Class ShutdownResult
java.lang.Object
org.apache.maven.surefire.junitcore.pc.ShutdownResult
Populates collection
triggeredTests of descriptions started before shutting down.
Populates collection incompleteTests which describes started tests but unfinished due to abrupt shutdown.
The collection triggeredTests contains all elements from incompleteTests.- Since:
- 2.18
- Author:
- Tibor Digana (tibor17)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShutdownResult(Collection<org.junit.runner.Description> triggeredTests, Collection<org.junit.runner.Description> incompleteTests) -
Method Summary
Modifier and TypeMethodDescriptionCollection<org.junit.runner.Description>Collection<org.junit.runner.Description>
-
Constructor Details
-
ShutdownResult
public ShutdownResult(Collection<org.junit.runner.Description> triggeredTests, Collection<org.junit.runner.Description> incompleteTests)
-
-
Method Details
-
getTriggeredTests
-
getIncompleteTests
-