org.apache.maven.surefire.junitcore
Class TestSet

java.lang.Object
  extended by org.apache.maven.surefire.junitcore.TestSet

public class TestSet
extends Object

* Represents the test-state of a testset that is run.


Constructor Summary
TestSet(Description testSetDescription)
           
 
Method Summary
 void attachToThread()
           
 org.apache.maven.surefire.junitcore.TestMethod createThreadAttachedTestMethod(ReportEntry description)
           
 LogicalStream getClassLevelLogicalStream()
           
static TestSet getThreadTestSet()
           
 void incrementFinishedTests(RunListener reporterManager, boolean reportImmediately)
           
 void incrementTestMethodCount()
           
 void replay(RunListener target)
           
 void setAllScheduled(RunListener reporterManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSet

public TestSet(Description testSetDescription)
Method Detail

replay

public void replay(RunListener target)

createThreadAttachedTestMethod

public org.apache.maven.surefire.junitcore.TestMethod createThreadAttachedTestMethod(ReportEntry description)

incrementTestMethodCount

public void incrementTestMethodCount()

incrementFinishedTests

public void incrementFinishedTests(RunListener reporterManager,
                                   boolean reportImmediately)

setAllScheduled

public void setAllScheduled(RunListener reporterManager)

attachToThread

public void attachToThread()

getThreadTestSet

public static TestSet getThreadTestSet()

getClassLevelLogicalStream

public LogicalStream getClassLevelLogicalStream()


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.