Something's missing in my test case linked below to get back some ConstraintViolation after setting null to a method parameter annotated with @NotNull.
https://github.com/sourcefranke/fibonacci/blob/master/src/test/java/fibonacci/FibonacciTest.java
At the moment there's no ConstraintViolation at all I get back a result, but there should be at least one violation related to the @NotNull constraint. What did I forget here? Thank you!