@API(value=Internal) public class JupiterEngineDescriptor extends EngineDescriptor implements Node<JupiterEngineExecutionContext>
Node.DynamicTestExecutor, Node.SkipResultTestDescriptor.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.
|
getTypeaddChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, setSource, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitafter, execute, execute, isLeaf, prepare, shouldBeSkippedaccept, getDescendants, getLegacyReportingName, hasTests, isContainer, isRoot, isTest, prune, pruneTreepublic 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, org.junit.platform.engine.support.hierarchical.Node.DynamicTestExecutor),
Node.after(C)