Uses of Class
org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
-
Packages that use Node.ExecutionMode Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of Node.ExecutionMode in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return Node.ExecutionMode Modifier and Type Method Description Node.ExecutionMode
ClassTestDescriptor. getExecutionMode()
Node.ExecutionMode
JupiterEngineDescriptor. getExecutionMode()
Node.ExecutionMode
JupiterTestDescriptor. getExecutionMode()
static Node.ExecutionMode
JupiterTestDescriptor. toExecutionMode(ExecutionMode mode)
Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type Node.ExecutionMode Modifier and Type Method Description protected Optional<Node.ExecutionMode>
ClassBasedTestDescriptor. getDefaultChildExecutionMode()
protected Optional<Node.ExecutionMode>
ClassBasedTestDescriptor. getExplicitExecutionMode()
protected Optional<Node.ExecutionMode>
MethodBasedTestDescriptor. getExplicitExecutionMode()
Methods in org.junit.jupiter.engine.descriptor with parameters of type Node.ExecutionMode Modifier and Type Method Description void
ClassBasedTestDescriptor. setDefaultChildExecutionMode(Node.ExecutionMode defaultChildExecutionMode)
-
Uses of Node.ExecutionMode in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical that return Node.ExecutionMode Modifier and Type Method Description Node.ExecutionMode
HierarchicalTestExecutorService.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
Node.ExecutionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Node.ExecutionMode[]
Node.ExecutionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-