org.apache.maven.surefire.junitcore
Class TestSet
java.lang.Object
org.apache.maven.surefire.junitcore.TestSet
public class TestSet
- extends java.lang.Object
* Represents the test-state of a testset that is run.
|
Constructor Summary |
TestSet(org.junit.runner.Description testSetDescription)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSet
public TestSet(org.junit.runner.Description testSetDescription)
replay
public void replay(RunListener target)
createTestMethod
public org.apache.maven.surefire.junitcore.TestMethod createTestMethod(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()
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.