Annotation Type KnownBreakQualifier


  • @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    public @interface KnownBreakQualifier
    Annotations which have this annotation are used to qualify a KnownBreak. If a test is annotated with a qualifier annotation, then the test is only a KnownBreak if the qualifier's condition is satisfied.