Class ShutdownResult
- java.lang.Object
-
- org.apache.maven.surefire.junitcore.pc.ShutdownResult
-
public final class ShutdownResult extends java.lang.ObjectPopulates collectiontriggeredTestsof descriptions started before shutting down. Populates collectionincompleteTestswhich describes started tests but unfinished due to abrupt shutdown. The collectiontriggeredTestscontains all elements fromincompleteTests.- Since:
- 2.18
- Author:
- Tibor Digana (tibor17)
- See Also:
Scheduler
-
-
Constructor Summary
Constructors Constructor Description ShutdownResult(java.util.Collection<org.junit.runner.Description> triggeredTests, java.util.Collection<org.junit.runner.Description> incompleteTests)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<org.junit.runner.Description>getIncompleteTests()java.util.Collection<org.junit.runner.Description>getTriggeredTests()
-