org.apache.maven.surefire.junitcore.pc
Class ShutdownResult

java.lang.Object
  extended by 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

Constructor Summary
ShutdownResult(Collection<org.junit.runner.Description> triggeredTests, Collection<org.junit.runner.Description> incompleteTests)
           
 
Method Summary
 Collection<org.junit.runner.Description> getIncompleteTests()
           
 Collection<org.junit.runner.Description> getTriggeredTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShutdownResult

public ShutdownResult(Collection<org.junit.runner.Description> triggeredTests,
                      Collection<org.junit.runner.Description> incompleteTests)
Method Detail

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.