Uses of Class
org.junit.platform.suite.api.SelectMethod
-
Packages that use SelectMethod Package Description org.junit.platform.suite.api Annotations for configuring a test suite on the JUnit Platform.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
Uses of SelectMethod in org.junit.platform.suite.api
Methods in org.junit.platform.suite.api that return SelectMethod Modifier and Type Method Description SelectMethod[]
value()
An array of one or more@SelectMethod
declarations. -
Uses of SelectMethod in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons with parameters of type SelectMethod Modifier and Type Method Description private MethodSelector
SuiteLauncherDiscoveryRequestBuilder. selectMethod(java.lang.Class<?> suiteClass, SelectMethod annotation)
private MethodSelector
SuiteLauncherDiscoveryRequestBuilder. toMethodSelector(java.lang.Class<?> suiteClass, SelectMethod annotation)
-