Index

A B C D E F L O P R S 
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 LauncherDiscoveryRequest that 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 filters to 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 selectors to the request.
selectors(DiscoverySelector...) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
Add all supplied selectors to the request.
suite(Class<?>) - Method in class org.junit.platform.suite.commons.SuiteLauncherDiscoveryRequestBuilder
SuiteLauncherDiscoveryRequestBuilder - Class in org.junit.platform.suite.commons
The SuiteLauncherDiscoveryRequestBuilder provides a light-weight DSL for generating a LauncherDiscoveryRequest specifically tailored for suite execution.
A B C D E F L O P R S 
All Classes and Interfaces|All Packages