注释类型 Categories.ExcludeCategory

    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      booleanmatchAny
      If true, the tests annotated with any of the categories in value() do not run.
      Class<?>[]value
      Determines the tests which do not run if they are annotated with categories specified in the value of this annotation or their subtypes regardless of being included in Categories.IncludeCategory.value().
    • 元素详细资料

      • value

        Class<?>[] value
        Determines the tests which do not run if they are annotated with categories specified in the value of this annotation or their subtypes regardless of being included in Categories.IncludeCategory.value().
        默认值:
        {}
      • matchAny

        boolean matchAny
        If true, the tests annotated with any of the categories in value() do not run. Otherwise, the tests do not run if and only if annotated with all categories.
        默认值:
        true