Introduction In my daily work I often use Java Bean Validation (JSR 303) to get rid of validation boiler plate code in Java methods. The problem As Java Bean Validation is just declarative using annotations I want to test the validation in my JUnit tests. One may say these are integration tests instead of unit … Continue reading JSR 303 Bean ValidationViolationChecker