Uses of Enum Class
org.junit.platform.engine.support.hierarchical.Node.ExecutionMode
Packages that use 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
Methods in org.junit.jupiter.engine.descriptor that return Node.ExecutionModeModifier and TypeMethodDescriptionClassTestDescriptor.getExecutionMode()JupiterEngineDescriptor.getExecutionMode()JupiterTestDescriptor.getExecutionMode()static Node.ExecutionModeJupiterTestDescriptor.toExecutionMode(ExecutionMode mode) Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type Node.ExecutionModeModifier and TypeMethodDescriptionprotected final Optional<Node.ExecutionMode> ClassBasedTestDescriptor.getDefaultChildExecutionMode()protected final Optional<Node.ExecutionMode> ClassBasedTestDescriptor.getExplicitExecutionMode()protected Optional<Node.ExecutionMode> MethodBasedTestDescriptor.getExplicitExecutionMode()Methods in org.junit.jupiter.engine.descriptor with parameters of type Node.ExecutionModeModifier and TypeMethodDescriptionfinal voidClassBasedTestDescriptor.setDefaultChildExecutionMode(Node.ExecutionMode defaultChildExecutionMode) -
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.