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
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection<org.junit.runner.Description>
private final Collection<org.junit.runner.Description>
-
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>
-
Field Details
-
triggeredTests
-
incompleteTests
-
-
Constructor Details
-
ShutdownResult
public ShutdownResult(Collection<org.junit.runner.Description> triggeredTests, Collection<org.junit.runner.Description> incompleteTests)
-
-
Method Details
-
getTriggeredTests
-
getIncompleteTests
-