E I O S U V 

E

ExcludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
@ExcludeClassNamePatterns specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.
ExcludeEngines - Annotation Type in org.junit.platform.suite.api
@ExcludeEngines specifies the IDs of TestEngines to be excluded when running a test suite on the JUnit Platform.
ExcludePackages - Annotation Type in org.junit.platform.suite.api
@ExcludePackages specifies the packages to be excluded when running a test suite on the JUnit Platform.
ExcludeTags - Annotation Type in org.junit.platform.suite.api
@ExcludeTags specifies the tags or tag expressions to be excluded when running a test suite on the JUnit Platform.

I

IncludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
@IncludeClassNamePatterns specifies regular expressions that are used to match against fully qualified class names when running a test suite on the JUnit Platform.
IncludeEngines - Annotation Type in org.junit.platform.suite.api
@IncludeEngines specifies the IDs of TestEngines to be included when running a test suite on the JUnit Platform.
IncludePackages - Annotation Type in org.junit.platform.suite.api
@IncludePackages specifies the packages to be included when running a test suite on the JUnit Platform.
IncludeTags - Annotation Type in org.junit.platform.suite.api
@IncludeTags specifies the tags or tag expressions to be included when running a test suite on the JUnit Platform.

O

org.junit.platform.suite.api - package org.junit.platform.suite.api
Annotations for configuring a test suite on the JUnit Platform.

S

SelectClasses - Annotation Type in org.junit.platform.suite.api
@SelectClasses specifies the classes to select when running a test suite on the JUnit Platform.
SelectPackages - Annotation Type in org.junit.platform.suite.api
@SelectPackages specifies the names of packages to select when running a test suite on the JUnit Platform.
SuiteDisplayName - Annotation Type in org.junit.platform.suite.api
@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.

U

UseTechnicalNames - Annotation Type in org.junit.platform.suite.api
@UseTechnicalNames specifies that technical names should be used instead of display names when running a test suite on the JUnit Platform.

V

value() - Method in annotation type org.junit.platform.suite.api.ExcludeClassNamePatterns
Regular expressions used to match against fully qualified class names.
value() - Method in annotation type org.junit.platform.suite.api.ExcludeEngines
One or more TestEngine IDs to be excluded from the test plan.
value() - Method in annotation type org.junit.platform.suite.api.ExcludePackages
One or more packages to exclude.
value() - Method in annotation type org.junit.platform.suite.api.ExcludeTags
One or more tags to exclude.
value() - Method in annotation type org.junit.platform.suite.api.IncludeClassNamePatterns
Regular expressions used to match against fully qualified class names.
value() - Method in annotation type org.junit.platform.suite.api.IncludeEngines
One or more TestEngine IDs to be included in the test plan.
value() - Method in annotation type org.junit.platform.suite.api.IncludePackages
One or more packages to include.
value() - Method in annotation type org.junit.platform.suite.api.IncludeTags
One or more tags to include.
value() - Method in annotation type org.junit.platform.suite.api.SelectClasses
One or more classes to select.
value() - Method in annotation type org.junit.platform.suite.api.SelectPackages
One or more fully qualified package names to select.
value() - Method in annotation type org.junit.platform.suite.api.SuiteDisplayName
Custom display name for the annotated class.
E I O S U V