@API(value=Internal) public class JupiterEngineDescriptor extends EngineDescriptor implements Node<JupiterEngineExecutionContext>
Node.DynamicTestExecutor, Node.SkipResult
TestDescriptor.Type, 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.
|
getType
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, execute, isLeaf, prepare, shouldBeSkipped
accept, getDescendants, getLegacyReportingName, hasTests, isContainer, isRoot, isTest, prune, pruneTree
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, org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor)
,
Node.after(C)