Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkMethodCondition (0.12 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/ArchUnitFixtureTest.java

            assertThat(eventDescription(event)).isEqualTo("org.gradlebuild.ConcreteClass is not abstract");
        }
    
        @Test
        public void checks_for_nullable_annotation() {
            ConditionEvents events = checkMethodCondition(ArchUnitFixture.useJavaxAnnotationNullable(), WrongNullable.class);
            assertTrue(events.containViolation());
            assertThat(events.getViolating().size()).isEqualTo(2);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top