public class FWDProcedureTestDescriptor_11_7 extends FWDProcedureTestDescriptor
org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor, org.junit.platform.engine.support.hierarchical.Node.ExecutionMode, org.junit.platform.engine.support.hierarchical.Node.Invocation<C extends org.junit.platform.engine.support.hierarchical.EngineExecutionContext>, org.junit.platform.engine.support.hierarchical.Node.SkipResult| Modifier and Type | Field and Description |
|---|---|
private handle |
procedure
The procedure instance used.
|
afterAll, beforeAll, clazzparent| Constructor and Description |
|---|
FWDProcedureTestDescriptor_11_7()
Default constructor, required for de-serialization.
|
FWDProcedureTestDescriptor_11_7(java.lang.Class<?> clazz,
org.junit.platform.engine.TestDescriptor parent,
java.util.List<java.lang.reflect.Method> test,
java.util.List<java.lang.reflect.Method> beforeEach,
java.util.List<java.lang.reflect.Method> afterEach,
java.util.List<java.lang.reflect.Method> beforeAll,
java.util.List<java.lang.reflect.Method> afterAll)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterImpl()
Execute the after behavior of this node implementation.
|
void |
beforeImpl()
Execute the before behavior of this node implementation.
|
void |
cleanUpImpl()
Clean up the supplied
context after execution implementation. |
protected java.lang.Object |
getTestObject()
Get test object.
|
void |
prepareImpl()
Prepare the supplied
context prior to execution implementation. |
callMethodImpl, createProcedureInstancegetSource, print, readExternal, sort, writeExternaladdChild, findByUniqueId, getChildren, getType, removeChild, removeFromHierarchyafter, before, callLFMethodsImpl, callMethodImpl, checkInstance, cleanUp, execute, executeImpl, getTags, getTags, prepare, toStringequals, getDisplayName, getParent, getUniqueId, hashCode, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitaround, getExclusiveResources, getExecutionMode, nodeFinished, nodeSkipped, shouldBeSkippedprivate transient handle procedure
public FWDProcedureTestDescriptor_11_7()
public FWDProcedureTestDescriptor_11_7(java.lang.Class<?> clazz,
org.junit.platform.engine.TestDescriptor parent,
java.util.List<java.lang.reflect.Method> test,
java.util.List<java.lang.reflect.Method> beforeEach,
java.util.List<java.lang.reflect.Method> afterEach,
java.util.List<java.lang.reflect.Method> beforeAll,
java.util.List<java.lang.reflect.Method> afterAll)
clazz - the Java classparent - the parent descriptortest - class methods marked as testsbeforeEach - class methods marked to execute before each testafterEach - class methods marked to execute after each testbeforeAll - class methods marked to execute before all testsafterAll - class methods marked to execute after all testspublic void afterImpl()
throws ErrorConditionException,
LegacyErrorException
This method will be called once after execution of this node.
afterImpl in class AbstractClassTestDescriptorErrorConditionException - remote code may throw thisLegacyErrorExceptionpublic void beforeImpl()
throws ErrorConditionException,
LegacyErrorException
This method will be called once before execution of this node.
beforeImpl in class AbstractClassTestDescriptorErrorConditionException - remote code may throw thisLegacyErrorExceptionpublic void cleanUpImpl()
throws ErrorConditionException
context after execution implementation.
Reset the test class instance.
cleanUpImpl in class AbstractFWDTestDescriptorErrorConditionException - remote code may throw thisAbstractFWDTestDescriptor.prepare(com.goldencode.p2j.testengine.FWDEngineExecutionContext)protected java.lang.Object getTestObject()
The value should be null if the test method is a static legacy class method.
getTestObject in class AbstractFWDTestDescriptornullpublic void prepareImpl()
throws ErrorConditionException
context prior to execution implementation.prepareImpl in class AbstractFWDTestDescriptorErrorConditionException - remote code may throw thisorg.opentest4j.AssertionFailedError - legacy errors are converted to this exceptioncleanUpImpl()