Uses of Package
org.apache.maven.surefire.api.util
Packages that use org.apache.maven.surefire.api.util
Package
Description
-
Classes in org.apache.maven.surefire.api.util used by org.apache.maven.surefire.api.booter
-
Classes in org.apache.maven.surefire.api.util used by org.apache.maven.surefire.api.filter
-
Classes in org.apache.maven.surefire.api.util used by org.apache.maven.surefire.api.provider
-
Classes in org.apache.maven.surefire.api.util used by org.apache.maven.surefire.api.testset
-
Classes in org.apache.maven.surefire.api.util used by org.apache.maven.surefire.api.utilClassDescriptionDeprecated.A RunOrder specifies the order in which the tests will be run.Management of temporary files in surefire with support for sub directories of the system's directory of temporary files.
TheFile.createTempFile(String, String)
API creates rather meaningless file names and only in the system's temp directory.
This class creates temp files from a prefix, a unique date/timestamp, a short file id and suffix.Contains all the tests that have been found according to specified include/exclude specification for a given surefire run.