@API(value=Internal) public class JupiterEngineDescriptor extends EngineDescriptor implements Node<JupiterEngineExecutionContext>
Node.SkipResultTestDescriptor.Visitor| Constructor and Description |
|---|
JupiterEngineDescriptor(UniqueId uniqueId) |
| Modifier and Type | Method and Description |
|---|---|
JupiterEngineExecutionContext |
before(JupiterEngineExecutionContext context)
Execute the before behavior of this node.
|
isContainer, isTestaddChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, setSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitafter, execute, isLeaf, prepare, shouldBeSkippedaccept, getAllDescendants, hasTests, isRootpublic JupiterEngineDescriptor(UniqueId uniqueId)
public JupiterEngineExecutionContext before(JupiterEngineExecutionContext context)
NodeThis method will be called once before execution of this node.
before in interface Node<JupiterEngineExecutionContext>context - the context to execute inNode.execute(C),
Node.after(C)