org.apache.maven.surefire.junit
Class PojoTestSet
java.lang.Object
org.apache.maven.surefire.junit.PojoTestSet
- All Implemented Interfaces:
- SurefireTestSet
public class PojoTestSet
- extends Object
- implements SurefireTestSet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testMethods
protected List testMethods
setUpMethod
protected Method setUpMethod
tearDownMethod
protected Method tearDownMethod
PojoTestSet
public PojoTestSet(Class testClass)
throws TestSetFailedException
- Throws:
TestSetFailedException
execute
public void execute(Reporter reportManager,
ClassLoader loader)
throws TestSetFailedException
- Specified by:
execute
in interface SurefireTestSet
- Throws:
TestSetFailedException
executeTestMethods
protected void executeTestMethods(Reporter reportManager)
executeTestMethod
protected boolean executeTestMethod(Method method,
Object[] args,
Reporter reportManager)
getTestName
public String getTestName(String testMethodName)
setUpFixture
public void setUpFixture()
throws Throwable
- Throws:
Throwable
tearDownFixture
public void tearDownFixture()
throws Throwable
- Throws:
Throwable
getName
public String getName()
- Specified by:
getName
in interface SurefireTestSet
getTestClass
public Class getTestClass()
- Specified by:
getTestClass
in interface SurefireTestSet
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.