Interface | Description |
---|---|
DirectoryScanner | Deprecated |
RunOrderCalculator | |
ScannerFilter | |
ScanResult |
Class | Description |
---|---|
CloseableIterator<T> |
This iterator is marked as stopped if
CloseableIterator.isClosed() returns true . |
DefaultDirectoryScanner | Deprecated |
DefaultRunOrderCalculator |
Applies the final runorder of the tests
|
DefaultScanResult | |
ReflectionUtils | |
RunOrder |
A RunOrder specifies the order in which the tests will be run.
|
SureFireFileManager |
Centralized file management of temporary files in surefire.
Files are deleted on VM exit. |
TempFileManager |
Management of temporary files in surefire with support for sub directories of the system's directory
of temporary files.
The File.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. |
TestsToRun |
Contains all the tests that have been found according to specified include/exclude
specification for a given surefire run.
|
Exception | Description |
---|---|
SurefireReflectionException |
Exception indicating that surefire had problems with reflection.
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.