Spring Integration Tests, Part I, Creating Mock Objects
When writing integration tests with Spring, it can sometimes be convenient to mock one or more of Spring bean dependencies. However, during some circumstances strange things may happen... (In this…
Continue Reading
Spring Integration Tests, Part I, Creating Mock Objects