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