Test validation annotations in unit tests2023-10-25 Quick solutionsA quick post about how to test validation annotations in your unit tests
Spring REST parameter validation2023-10-11 Quick solutionsA quick post about how to validate the input of a RESt call in Spring.
Make HTTP requests in Java2023-09-30 Quick solutionsQuick post about how to create an HTML report of your JUnit test results.
Mockito verify2023-09-07 Quick solutionsQuick post about how to create an HTML report of your JUnit test results.
HTML Report JUnit2023-09-06 Quick solutionsQuick post about how to create an HTML report of your JUnit test results.
Given when then JUnit2023-08-31 Quick solutionsQuick post about how to use the given when then structure in your unit tests and why you should consider trying it.