Annotation Type BugProofTest


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface BugProofTest

    The @BugProofTest annotation is provided for marking tests which will be executed in a separate way. It will not be executed when searching for all test-classes (anything marked @Test), but only when specifically searching for @BugProofTest.