@API(value=Internal) public class JupiterEngineDescriptor extends EngineDescriptor implements Node<JupiterEngineExecutionContext>
Node.SkipResult
TestDescriptor.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, isTest
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, setSource, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
after, execute, isLeaf, prepare, shouldBeSkipped
accept, getAllDescendants, hasTests, isRoot
public JupiterEngineDescriptor(UniqueId uniqueId)
public JupiterEngineExecutionContext before(JupiterEngineExecutionContext context)
Node
This 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)