Node<JupiterEngineExecutionContext>
, TestDescriptor
@API(status=INTERNAL, since="5.0") public class JupiterEngineDescriptor extends EngineDescriptor implements Node<JupiterEngineExecutionContext>
Node.DynamicTestExecutor, Node.SkipResult
TestDescriptor.Type, TestDescriptor.Visitor
children
Constructor | Description |
---|---|
JupiterEngineDescriptor(UniqueId uniqueId) |
Modifier and Type | Method | Description |
---|---|---|
JupiterEngineExecutionContext |
prepare(JupiterEngineExecutionContext context) |
Prepare the supplied
context prior to execution. |
addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString
getType
after, before, execute, shouldBeSkipped
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept, containsTests, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
public JupiterEngineDescriptor(UniqueId uniqueId)
public JupiterEngineExecutionContext prepare(JupiterEngineExecutionContext context) throws java.lang.Exception
Node
context
prior to execution.
The default implementation returns the supplied context
unmodified.
prepare
in interface Node<JupiterEngineExecutionContext>
java.lang.Exception