public final class ShutdownResult
extends java.lang.Object
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
.Scheduler
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<org.junit.runner.Description> |
incompleteTests |
private java.util.Collection<org.junit.runner.Description> |
triggeredTests |
Constructor and Description |
---|
ShutdownResult(java.util.Collection<org.junit.runner.Description> triggeredTests,
java.util.Collection<org.junit.runner.Description> incompleteTests) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<org.junit.runner.Description> |
getIncompleteTests() |
java.util.Collection<org.junit.runner.Description> |
getTriggeredTests() |
private final java.util.Collection<org.junit.runner.Description> triggeredTests
private final java.util.Collection<org.junit.runner.Description> incompleteTests