org.apache.maven.surefire.junit
Class PojoTestSet
java.lang.Object
org.apache.maven.surefire.junit.PojoTestSet
- All Implemented Interfaces:
- SurefireTestSet
public class PojoTestSet
- extends java.lang.Object
- implements SurefireTestSet
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
setUpMethod
protected java.lang.reflect.Method setUpMethod
tearDownMethod
protected java.lang.reflect.Method tearDownMethod
PojoTestSet
public PojoTestSet(java.lang.Class testClass)
throws TestSetFailedException
- Throws:
TestSetFailedException
execute
public void execute(Reporter reportManager,
java.lang.ClassLoader loader)
throws TestSetFailedException
- Specified by:
execute
in interface SurefireTestSet
- Throws:
TestSetFailedException
executeTestMethods
protected void executeTestMethods(Reporter reportManager)
executeTestMethod
protected boolean executeTestMethod(java.lang.reflect.Method method,
java.lang.Object[] args,
Reporter reportManager)
getTestName
public java.lang.String getTestName(java.lang.String testMethodName)
setUpFixture
public void setUpFixture()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
tearDownFixture
public void tearDownFixture()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
getName
public java.lang.String getName()
- Specified by:
getName
in interface SurefireTestSet
getTestClass
public java.lang.Class getTestClass()
- Specified by:
getTestClass
in interface SurefireTestSet
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.