Uses of Package
org.junit.platform.suite.api
-
Packages that use org.junit.platform.suite.api 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. -
Classes in org.junit.platform.suite.api used by org.junit.platform.suite.api Class Description ConfigurationParameter ConfigurationParametersResource @ConfigurationParametersResourceis a repeatable annotation that specifies a configuration file in Java's properties format on the classpath to be added to the discovery request when running a test suite on the JUnit Platform.Select @Selectis a repeatable annotation that specifies which tests to select based on prefixed selector identifiers.SelectClasspathResource @SelectClasspathResourceis a repeatable annotation that specifies a classpath resource to select when running a test suite on the JUnit Platform.SelectFile @SelectFileis a repeatable annotation that specifies a file to select when running a test suite on the JUnit Platform.SelectMethod @SelectMethodis a repeatable annotation that specifies a method to select when running a test suite on the JUnit Platform. -
Classes in org.junit.platform.suite.api used by org.junit.platform.suite.commons Class Description SelectClasses @SelectClassesspecifies the classes to select when running a test suite on the JUnit Platform.SelectMethod @SelectMethodis a repeatable annotation that specifies a method to select when running a test suite on the JUnit Platform.