When we unit test Spring MVC applications, we test each layer separately from the others. We create mock implementations, typically using Mockito, for each layer’s dependencies, then we simulate the ...
Hamcrest is based on the concept of a matcher, which can be a very natural way of asserting whether or not the result of a test is in a desired state. If you have not used Hamcrest, examples in this ...
Traditional unit testing is performed by specifying a series of concrete examples and asserting on the outputs/behaviour of the unit under test. Property based testing moves away from concrete ...
Joe Walnes built a new assertion mechanism on top of what was then JMock 1. The method name was assertThat, and the syntax looked like this: Custom Matchers. By implementing the Matcher interface ...
Reactor is a reactive streams library targeting Java 8 and providing an Rx-conforming API It uses the same approach and philosophy as RxJava despite some API differences It is a 4th generation ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. In this podcast, Shane Hastie, Lead Editor ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results