Index
All Classes and Interfaces|All Packages
A
- applyConfigurationParametersFromSuite(Class<?>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Apply a suite's annotation-based configuration to this builder.
- applySelectorsAndFiltersFromSuite(Class<?>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Apply a suite's annotation-based discovery selectors and filters to this builder.
B
- build() - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Build the
LauncherDiscoveryRequestthat has been configured via this builder.
C
- configurationParameter(String, String) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Add the supplied configuration parameter to the request.
- configurationParameters(Map<String, String>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Add all supplied configuration parameters to the request.
- configurationParametersResource(String) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
D
- DISCLAIMER - Search tag in package org.junit.platform.suite.commons
- Section
E
- enableImplicitConfigurationParameters(boolean) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Configure whether implicit configuration parameters should be considered.
- Example - Search tag in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
- Section
F
- filters(Filter<?>...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Add all supplied
filtersto the request. - filterStandardClassNamePatterns(boolean) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Specify whether to filter standard class name patterns.
L
- listener(LauncherDiscoveryListener) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
O
- org.junit.platform.suite.commons - package org.junit.platform.suite.commons
-
Common support utilities for executing test suites on the JUnit Platform.
- outputDirectoryCreator(OutputDirectoryCreator) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
P
- parentConfigurationParameters(ConfigurationParameters) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Set the parent configuration parameters to use for the request.
R
- request() - Static method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Create a new
SuiteLauncherDiscoveryRequestBuilder.
S
- selectors(List<? extends DiscoverySelector>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Add all supplied
selectorsto the request. - selectors(DiscoverySelector...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Add all supplied
selectorsto the request. - suite(Class<?>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
-
Deprecated.
- SuiteLauncherDiscoveryRequestBuilder - Class in org.junit.platform.suite.commons
-
The
SuiteLauncherDiscoveryRequestBuilderprovides a light-weight DSL for generating aLauncherDiscoveryRequestspecifically tailored for suite execution.
All Classes and Interfaces|All Packages
applyConfigurationParametersFromSuite(java.lang.Class<?>)andapplySelectorsAndFiltersFromSuite(java.lang.Class<?>)