注释类型 Categories.IncludeCategory

    • 可选元素概要

      可选元素 
      修饰符和类型可选元素说明
      booleanmatchAny
      If true, runs tests annotated with any of the categories in value().
      Class<?>[]value
      Determines the tests to run that are annotated with categories specified in the value of this annotation or their subtypes unless excluded with Categories.ExcludeCategory.
    • 元素详细资料

      • value

        Class<?>[] value
        Determines the tests to run that are annotated with categories specified in the value of this annotation or their subtypes unless excluded with Categories.ExcludeCategory.
        默认值:
        {}
      • matchAny

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