Uses of Class
org.junit.platform.suite.api.SelectClasspathResource
-
Packages that use SelectClasspathResource Package Description org.junit.platform.suite.api Annotations for configuring a test suite on the JUnit Platform. -
-
Uses of SelectClasspathResource in org.junit.platform.suite.api
Methods in org.junit.platform.suite.api that return SelectClasspathResource Modifier and Type Method Description SelectClasspathResource[]
value()
An array of one or more@SelectClasspathResource
declarations.
-