Package org.junit.platform.suite.api
package org.junit.platform.suite.api
Annotations for configuring a test suite on the JUnit Platform.
-
Annotation InterfacesClassDescription
@ExcludeClassNamePatternsspecifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.@ExcludeEnginesspecifies the IDs ofTestEnginesto be excluded when running a test suite on the JUnit Platform.@ExcludePackagesspecifies the packages to be excluded when running a test suite on the JUnit Platform.@ExcludeTagsspecifies the tags or tag expressions to be excluded when running a test suite on the JUnit Platform.@IncludeClassNamePatternsspecifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.@IncludeEnginesspecifies the IDs ofTestEnginesto be included when running a test suite on the JUnit Platform.@IncludePackagesspecifies the packages to be included when running a test suite on the JUnit Platform.@IncludeTagsspecifies the tags or tag expressions to be included when running a test suite on the JUnit Platform.@SelectClassesspecifies the classes to select when running a test suite on the JUnit Platform.@SelectPackagesspecifies the names of packages to select when running a test suite on the JUnit Platform.@SuiteDisplayNameis used to declare a custom display name for the annotated test class that is executed as a test suite on the JUnit Platform.@UseTechnicalNamesspecifies that technical names should be used instead of display names when running a test suite on the JUnit Platform.