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(org.junit.runner.Description testSetDescription)
           
 
Method Summary
 void addTestMethod(org.apache.maven.surefire.junitcore.TestMethod testMethod)
           
 void attachToThread()
           
 org.apache.maven.surefire.junitcore.TestMethod createTestMethod(ReportEntry description)
           
static TestSet getThreadTestSet()
           
 void incrementFinishedTests(Reporter reporterManager, boolean reportImmediately)
           
 void incrementTestMethodCount()
           
 void replay(Reporter target)
           
 void setAllScheduled(Reporter reporterManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSet

public TestSet(org.junit.runner.Description testSetDescription)
Method Detail

replay

public void replay(Reporter target)

createTestMethod

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

incrementTestMethodCount

public void incrementTestMethodCount()

addTestMethod

public void addTestMethod(org.apache.maven.surefire.junitcore.TestMethod testMethod)

incrementFinishedTests

public void incrementFinishedTests(Reporter reporterManager,
                                   boolean reportImmediately)

setAllScheduled

public void setAllScheduled(Reporter reporterManager)

attachToThread

public void attachToThread()

getThreadTestSet

public static TestSet getThreadTestSet()


Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.