Annotation Type DisableByState


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface DisableByState
    Annotation represents test class that should be not started, when given test did fail.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class value  
    • Element Detail

      • requiredState

        TestResultState requiredState
        Default:
        io.patriot_framework.junit.extensions.TestResultState.FAILED