@Test
    void optionalInteger_fails_with_constraint_violation() {
        final Response response = target("/valid/optionalInteger")
                .queryParam("num", 5)
                .request()