Package org.junit.platform.suite.api
Annotations for configuring a test suite on the JUnit Platform.
-
Annotation Types Summary Annotation Type Description ExcludeClassNamePatterns @ExcludeClassNamePatterns
specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.ExcludeEngines @ExcludeEngines
specifies the IDs ofTestEngines
to be excluded when running a test suite on the JUnit Platform.ExcludePackages @ExcludePackages
specifies the packages to be excluded when running a test suite on the JUnit Platform.ExcludeTags @ExcludeTags
specifies the tags or tag expressions to be excluded when running a test suite on the JUnit Platform.IncludeClassNamePatterns @IncludeClassNamePatterns
specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.IncludeEngines @IncludeEngines
specifies the IDs ofTestEngines
to be included when running a test suite on the JUnit Platform.IncludePackages @IncludePackages
specifies the packages to be included when running a test suite on the JUnit Platform.IncludeTags @IncludeTags
specifies the tags or tag expressions to be included when running a test suite on the JUnit Platform.SelectClasses @SelectClasses
specifies the classes to select when running a test suite on the JUnit Platform.SelectPackages @SelectPackages
specifies the names of packages to select when running a test suite on the JUnit Platform.SuiteDisplayName @SuiteDisplayName
is used to declare a custom display name for the annotated test class that is executed as a test suite on the JUnit Platform.UseTechnicalNames @UseTechnicalNames
specifies that technical names should be used instead of display names when running a test suite on the JUnit Platform.