Index
All Classes|All Packages|Deprecated API
C
- column() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResource
-
The column number within the classpath resource; ignored if the line number is ignored or if not greater than zero.
- column() - Element in annotation interface org.junit.platform.suite.api.SelectFile
-
The column number within the file; ignored if the line number is ignored or if not greater than zero.
- ConfigurationParameter - Annotation Interface in org.junit.platform.suite.api
-
@ConfigurationParameteris a repeatable annotation that specifies a configurationkeyandvaluepair to be added to the discovery request when running a test suite on the JUnit Platform. - ConfigurationParameters - Annotation Interface in org.junit.platform.suite.api
-
@ConfigurationParametersis a container for one or more@ConfigurationParameterdeclarations.
D
- DisableParentConfigurationParameters - Annotation Interface in org.junit.platform.suite.api
-
Disable parent configuration parameters.
E
- ExcludeClassNamePatterns - Annotation Interface 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 Interface in org.junit.platform.suite.api
-
@ExcludeEnginesspecifies the IDs ofTestEnginesto be excluded when running a test suite on the JUnit Platform. - ExcludePackages - Annotation Interface in org.junit.platform.suite.api
-
@ExcludePackagesspecifies the packages to be excluded when running a test suite on the JUnit Platform. - ExcludeTags - Annotation Interface 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 Interface 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 Interface in org.junit.platform.suite.api
-
@IncludeEnginesspecifies the IDs ofTestEnginesto be included when running a test suite on the JUnit Platform. - IncludePackages - Annotation Interface in org.junit.platform.suite.api
-
@IncludePackagesspecifies the packages to be included when running a test suite on the JUnit Platform. - IncludeTags - Annotation Interface in org.junit.platform.suite.api
-
@IncludeTagsspecifies the tags or tag expressions to be included when running a test suite on the JUnit Platform.
K
- key() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParameter
-
The configuration parameter key under which to add the
valueto the discovery request; nevernullor blank.
L
- line() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResource
-
The line number within the classpath resource; ignored if not greater than zero.
- line() - Element in annotation interface org.junit.platform.suite.api.SelectFile
-
The line number within the file; ignored if not greater than zero.
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 Interface in org.junit.platform.suite.api
-
@SelectClassesspecifies the classes to select when running a test suite on the JUnit Platform. - SelectClasspathResource - Annotation Interface in org.junit.platform.suite.api
-
@SelectClasspathResourceis a repeatable annotation that specifies a classpath resource to select when running a test suite on the JUnit Platform. - SelectClasspathResources - Annotation Interface in org.junit.platform.suite.api
-
@SelectClasspathResourcesis a container for one or more@SelectClasspathResourcedeclarations. - SelectDirectories - Annotation Interface in org.junit.platform.suite.api
-
@SelectDirectoriesspecifies the directories to select when running a test suite on the JUnit Platform. - SelectFile - Annotation Interface in org.junit.platform.suite.api
-
@SelectFileis a repeatable annotation that specifies a file to select when running a test suite on the JUnit Platform. - SelectFiles - Annotation Interface in org.junit.platform.suite.api
-
@SelectFilesis a container for one or more@SelectFiledeclarations. - SelectModules - Annotation Interface in org.junit.platform.suite.api
-
@SelectModulesspecifies the modules to select when running a test suite on the JUnit Platform. - SelectPackages - Annotation Interface in org.junit.platform.suite.api
-
@SelectPackagesspecifies the names of packages to select when running a test suite on the JUnit Platform. - SelectUris - Annotation Interface in org.junit.platform.suite.api
-
@SelectUrisspecifies the URIs to select when running a test suite on the JUnit Platform. - Suite - Annotation Interface in org.junit.platform.suite.api
-
@Suitemarks a class as a test suite on the JUnit Platform. - SuiteDisplayName - Annotation Interface 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 Interface in org.junit.platform.suite.api
-
Deprecated.
V
- value() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParameter
-
The value to add to the discovery request for the specified
key. - value() - Element in annotation interface org.junit.platform.suite.api.ConfigurationParameters
-
An array of one or more
@ConfigurationParameterdeclarations. - value() - Element in annotation interface org.junit.platform.suite.api.ExcludeClassNamePatterns
-
Regular expressions used to match against fully qualified class names.
- value() - Element in annotation interface org.junit.platform.suite.api.ExcludeEngines
-
One or more TestEngine IDs to be excluded from the test plan.
- value() - Element in annotation interface org.junit.platform.suite.api.ExcludePackages
-
One or more packages to exclude.
- value() - Element in annotation interface org.junit.platform.suite.api.ExcludeTags
-
One or more tags to exclude.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludeClassNamePatterns
-
Regular expressions used to match against fully qualified class names.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludeEngines
-
One or more TestEngine IDs to be included in the test plan.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludePackages
-
One or more packages to include.
- value() - Element in annotation interface org.junit.platform.suite.api.IncludeTags
-
One or more tags to include.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectClasses
-
One or more classes to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResource
-
The name of the classpath resource to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectClasspathResources
-
An array of one or more
@SelectClasspathResourcedeclarations. - value() - Element in annotation interface org.junit.platform.suite.api.SelectDirectories
-
One or more directories to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectFile
-
The file to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectFiles
-
An array of one or more
@SelectFiledeclarations. - value() - Element in annotation interface org.junit.platform.suite.api.SelectModules
-
One or more modules to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectPackages
-
One or more fully qualified package names to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SelectUris
-
One or more URIs to select.
- value() - Element in annotation interface org.junit.platform.suite.api.SuiteDisplayName
-
Custom display name for the annotated class.
All Classes|All Packages|Deprecated API
@Suitesupport provided by thejunit-platform-suite-enginemodule; to be removed in JUnit Platform 2.0