org.apache.maven.surefire.testset
Class PojoTestSet
java.lang.Object
org.apache.maven.surefire.testset.AbstractTestSet
org.apache.maven.surefire.testset.PojoTestSet
- All Implemented Interfaces:
- SurefireTestSet
public class PojoTestSet
- extends AbstractTestSet
Constructor Summary |
PojoTestSet(java.lang.Class testClass)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testMethods
protected java.util.List testMethods
PojoTestSet
public PojoTestSet(java.lang.Class testClass)
throws TestSetFailedException
- Throws:
TestSetFailedException
execute
public void execute(ReporterManager reportManager,
java.lang.ClassLoader loader)
throws TestSetFailedException
- Throws:
TestSetFailedException
executeTestMethods
protected void executeTestMethods(ReporterManager reportManager)
executeTestMethod
protected boolean executeTestMethod(java.lang.reflect.Method method,
java.lang.Object[] args,
ReporterManager reportManager)
getTestName
public java.lang.String getTestName(java.lang.String testMethodName)
setUpFixture
public void setUpFixture()
tearDownFixture
public void tearDownFixture()
getTestCount
public int getTestCount()
throws TestSetFailedException
- Throws:
TestSetFailedException
Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.