|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.testset.AbstractTestSet
org.apache.maven.surefire.junit4.JUnit4TestSet
public class JUnit4TestSet
Constructor Summary | |
---|---|
protected |
JUnit4TestSet(java.lang.Class testClass)
Constructor. |
Method Summary | |
---|---|
void |
execute(org.apache.maven.surefire.report.ReporterManager reportManager,
java.lang.ClassLoader loader)
Actually runs the test and adds the tests results to the reportManager . |
int |
getTestCount()
Returns the number of tests to be run in this class. |
Methods inherited from class org.apache.maven.surefire.testset.AbstractTestSet |
---|
getName, getTestClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JUnit4TestSet(java.lang.Class testClass)
testClass
- the class to be run as a testMethod Detail |
---|
public void execute(org.apache.maven.surefire.report.ReporterManager reportManager, java.lang.ClassLoader loader) throws org.apache.maven.surefire.testset.TestSetFailedException
reportManager
.
org.apache.maven.surefire.testset.TestSetFailedException
SurefireTestSet.execute(org.apache.maven.surefire.report.ReporterManager,java.lang.ClassLoader)
public int getTestCount() throws org.apache.maven.surefire.testset.TestSetFailedException
org.apache.maven.surefire.testset.TestSetFailedException
SurefireTestSet.getTestCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |