Uses of Enum Class
org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Uses of Node.ExecutionMode in org.junit.jupiter.engine.descriptor
Modifier and TypeMethodDescriptionClassTestDescriptor.getExecutionMode()
JupiterEngineDescriptor.getExecutionMode()
JupiterTestDescriptor.getExecutionMode()
static Node.ExecutionMode
JupiterTestDescriptor.toExecutionMode
(ExecutionMode mode) Modifier and TypeMethodDescriptionprotected Optional
<Node.ExecutionMode> ClassBasedTestDescriptor.getDefaultChildExecutionMode()
protected Optional
<Node.ExecutionMode> ClassBasedTestDescriptor.getExplicitExecutionMode()
protected Optional
<Node.ExecutionMode> MethodBasedTestDescriptor.getExplicitExecutionMode()
Modifier and TypeMethodDescriptionvoid
ClassBasedTestDescriptor.setDefaultChildExecutionMode
(Node.ExecutionMode defaultChildExecutionMode) -
Uses of Node.ExecutionMode in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionHierarchicalTestExecutorService.TestTask.getExecutionMode()
Get the execution mode of this task.default Node.ExecutionMode
Node.getExecutionMode()
Get the preferred of execution mode for parallel execution of this node.static Node.ExecutionMode
Returns the enum constant of this class with the specified name.static Node.ExecutionMode[]
Node.ExecutionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.