public class FWDClassMethodTestDescriptor extends AbstractMethodTestDescriptor
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.SkipResultafterEach, beforeEach, clazz, expectedException, fixture, method, parameterListparent| Modifier | Constructor and Description |
|---|---|
|
FWDClassMethodTestDescriptor()
Default constructor, required for de-serialization.
|
(package private) |
FWDClassMethodTestDescriptor(AbstractClassTestDescriptor parent,
java.lang.Class<?> clazz,
java.lang.reflect.Method execute,
CallParameter[] parameterList,
java.lang.reflect.Method fixture,
java.util.List<java.lang.reflect.Method> beforeEach,
java.util.List<java.lang.reflect.Method> afterEach,
java.lang.String expectedException)
Constructor.
|
protected |
FWDClassMethodTestDescriptor(org.junit.platform.engine.UniqueId id,
java.lang.String displayName,
java.lang.Class<?> clazz,
java.lang.reflect.Method execute,
CallParameter[] parameterList,
java.lang.reflect.Method fixture,
java.util.List<java.lang.reflect.Method> beforeEach,
java.util.List<java.lang.reflect.Method> afterEach,
java.lang.String expectedException)
Constructor.
|
afterImpl, beforeImpl, execute, executeImpl, getSource, getTestObject, readExternal, writeExternalafter, before, callLFMethodsImpl, callMethodImpl, callMethodImpl, checkInstance, cleanUp, cleanUpImpl, getTags, getTags, prepare, prepareImpl, toStringaddChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getType, getUniqueId, hashCode, print, removeChild, removeFromHierarchy, setParentclone, finalize, getClass, notify, notifyAll, wait, wait, waitaround, getExclusiveResources, getExecutionMode, nodeFinished, nodeSkipped, shouldBeSkippedpublic FWDClassMethodTestDescriptor()
FWDClassMethodTestDescriptor(AbstractClassTestDescriptor parent, java.lang.Class<?> clazz, java.lang.reflect.Method execute, CallParameter[] parameterList, java.lang.reflect.Method fixture, java.util.List<java.lang.reflect.Method> beforeEach, java.util.List<java.lang.reflect.Method> afterEach, java.lang.String expectedException)
The unique ID and display name for the descriptor are calculated based on the parent descriptor ID and the method name.
parent - the parent descriptorclazz - the Java class to create instancesexecute - the method to executeparameterList - TODOfixture - if not null, the method of the same class used as a fixture
for other test method(s)beforeEach - methods to execute before the execute methodafterEach - methods to execute after the execute methodexpectedException - if not null, the expected exception legacy class nameprotected FWDClassMethodTestDescriptor(org.junit.platform.engine.UniqueId id,
java.lang.String displayName,
java.lang.Class<?> clazz,
java.lang.reflect.Method execute,
CallParameter[] parameterList,
java.lang.reflect.Method fixture,
java.util.List<java.lang.reflect.Method> beforeEach,
java.util.List<java.lang.reflect.Method> afterEach,
java.lang.String expectedException)
id - thr ID for this test descriptordisplayName - the display nameclazz - the Java class to create instancesexecute - the method to executeparameterList - parameter listfixture - if not null, the method of the same class used as a fixture
for other test method(s)beforeEach - methods to execute before the execute methodafterEach - methods to execute after the execute methodexpectedException - if not null, the expected exception legacy class name