Annotation Type Skip


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE})
    public @interface Skip
    An annotation, used in combination with Skip.Matcher, to determine when/if tests should be skipped.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends Skip.Matcher> condition
      The condition which causes a skip
      java.lang.String message
      A message describing the reason for the skip
    • Element Detail

      • condition

        java.lang.Class<? extends Skip.Matcher> condition
        The condition which causes a skip
        Returns:
        The condition
      • message

        java.lang.String message
        A message describing the reason for the skip
        Returns:
        Descriptive message