org.apache.maven.surefire.junitcore.pc
Class ShutdownResult
java.lang.Object
org.apache.maven.surefire.junitcore.pc.ShutdownResult
public final class ShutdownResult
- extends Object
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:
Scheduler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShutdownResult
public ShutdownResult(Collection<org.junit.runner.Description> triggeredTests,
Collection<org.junit.runner.Description> incompleteTests)
getTriggeredTests
public Collection<org.junit.runner.Description> getTriggeredTests()
getIncompleteTests
public Collection<org.junit.runner.Description> getIncompleteTests()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.