Uses of Enum Class
org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Packages that use Node.ExecutionMode
Package
Description
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.platform.engine.support.hierarchical
Subclasses with type arguments of type Node.ExecutionMode in org.junit.platform.engine.support.hierarchicalModifier and TypeClassDescriptionstatic enumSupported execution modes for parallel execution.Methods in org.junit.platform.engine.support.hierarchical that return Node.ExecutionModeModifier and TypeMethodDescriptionHierarchicalTestExecutorService.TestTask.getExecutionMode()Get the execution mode of this task.default Node.ExecutionModeNode.getExecutionMode()Get the preferred of execution mode for parallel execution of this node.static Node.ExecutionModeReturns 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.