E I O S U V
E
- ExcludeClassNamePatterns - Annotation Type in org.junit.platform.suite.api
-
@ExcludeClassNamePatternsspecifies 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
-
@ExcludeEnginesspecifies the IDs ofTestEnginesto be excluded when running a test suite on the JUnit Platform. - ExcludePackages - Annotation Type in org.junit.platform.suite.api
-
@ExcludePackagesspecifies the packages to be excluded when running a test suite on the JUnit Platform. - ExcludeTags - Annotation Type in org.junit.platform.suite.api
-
@ExcludeTagsspecifies 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
-
@IncludeClassNamePatternsspecifies 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
-
@IncludeEnginesspecifies the IDs ofTestEnginesto be included when running a test suite on the JUnit Platform. - IncludePackages - Annotation Type in org.junit.platform.suite.api
-
@IncludePackagesspecifies the packages to be included when running a test suite on the JUnit Platform. - IncludeTags - Annotation Type in org.junit.platform.suite.api
-
@IncludeTagsspecifies 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
-
@SelectClassesspecifies the classes to select when running a test suite on the JUnit Platform. - SelectPackages - Annotation Type in org.junit.platform.suite.api
-
@SelectPackagesspecifies the names of packages to select when running a test suite on the JUnit Platform. - SuiteDisplayName - Annotation Type in org.junit.platform.suite.api
-
@SuiteDisplayNameis 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
-
@UseTechnicalNamesspecifies 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.