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:
  • Constructor Details

    • ShutdownResult

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

    • getTriggeredTests

      public Collection<org.junit.runner.Description> getTriggeredTests()
    • getIncompleteTests

      public Collection<org.junit.runner.Description> getIncompleteTests()