Annotation Type TestKit


  • @Inherited
    @Target(TYPE)
    @Retention(RUNTIME)
    @ExtendWith(TestKitJunitExtension.class)
    public @interface TestKit
    Simple marker interface for applying the proper JUnit extensions. Tests can simply apply the extension directly if they prefer
    See Also:
    Project, ProjectContainer