public class PojoTestSet extends java.lang.Object implements SurefireTestSet
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.reflect.Method |
setUpMethod |
protected java.lang.reflect.Method |
tearDownMethod |
protected java.util.List |
testMethods |
| Constructor and Description |
|---|
PojoTestSet(java.lang.Class testClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Reporter reportManager,
java.lang.ClassLoader loader) |
protected boolean |
executeTestMethod(java.lang.reflect.Method method,
java.lang.Object[] args,
Reporter reportManager) |
protected void |
executeTestMethods(Reporter reportManager) |
java.lang.String |
getName() |
java.lang.Class |
getTestClass() |
java.lang.String |
getTestName(java.lang.String testMethodName) |
void |
setUpFixture() |
void |
tearDownFixture() |
protected java.util.List testMethods
protected java.lang.reflect.Method setUpMethod
protected java.lang.reflect.Method tearDownMethod
public PojoTestSet(java.lang.Class testClass)
throws TestSetFailedException
TestSetFailedExceptionpublic void execute(Reporter reportManager, java.lang.ClassLoader loader) throws TestSetFailedException
execute in interface SurefireTestSetTestSetFailedExceptionprotected void executeTestMethods(Reporter reportManager)
protected boolean executeTestMethod(java.lang.reflect.Method method,
java.lang.Object[] args,
Reporter reportManager)
public java.lang.String getTestName(java.lang.String testMethodName)
public void setUpFixture()
throws java.lang.Throwable
java.lang.Throwablepublic void tearDownFixture()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
getName in interface SurefireTestSetpublic java.lang.Class getTestClass()
getTestClass in interface SurefireTestSetCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.