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
Fields in org.junit.jupiter.engine.descriptor declared as Node.ExecutionMode Modifier and Type Field Description private Node.ExecutionMode
ClassBasedTestDescriptor. defaultChildExecutionMode
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()
protected abstract Node.ExecutionMode
AbstractExtensionContext. getPlatformExecutionMode()
protected Node.ExecutionMode
ClassExtensionContext. getPlatformExecutionMode()
protected Node.ExecutionMode
DynamicExtensionContext. getPlatformExecutionMode()
protected Node.ExecutionMode
JupiterEngineExtensionContext. getPlatformExecutionMode()
protected Node.ExecutionMode
MethodExtensionContext. getPlatformExecutionMode()
protected Node.ExecutionMode
TestTemplateExtensionContext. getPlatformExecutionMode()
static Node.ExecutionMode
JupiterTestDescriptor. toExecutionMode(org.junit.jupiter.api.parallel.ExecutionMode mode)
Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type Node.ExecutionMode Modifier and Type Method Description protected java.util.Optional<Node.ExecutionMode>
ClassBasedTestDescriptor. getDefaultChildExecutionMode()
(package private) java.util.Optional<Node.ExecutionMode>
JupiterTestDescriptor. getDefaultChildExecutionMode()
(package private) java.util.Optional<Node.ExecutionMode>
JupiterTestDescriptor. getExecutionModeFromAnnotation(java.lang.reflect.AnnotatedElement element)
protected java.util.Optional<Node.ExecutionMode>
ClassBasedTestDescriptor. getExplicitExecutionMode()
(package private) java.util.Optional<Node.ExecutionMode>
JupiterTestDescriptor. getExplicitExecutionMode()
protected java.util.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)
private org.junit.jupiter.api.parallel.ExecutionMode
AbstractExtensionContext. toJupiterExecutionMode(Node.ExecutionMode mode)
-
Uses of Node.ExecutionMode in org.junit.platform.engine.support.hierarchical
Fields in org.junit.platform.engine.support.hierarchical with type parameters of type Node.ExecutionMode Modifier and Type Field Description private java.util.Map<TestDescriptor,Node.ExecutionMode>
NodeExecutionAdvisor. forcedDescendantExecutionModeByTestDescriptor
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.Node.ExecutionMode
NodeTestTask. getExecutionMode()
static Node.ExecutionMode
Node.ExecutionMode. valueOf(java.lang.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.Methods in org.junit.platform.engine.support.hierarchical that return types with arguments of type Node.ExecutionMode Modifier and Type Method Description (package private) java.util.Optional<Node.ExecutionMode>
NodeExecutionAdvisor. getForcedExecutionMode(TestDescriptor testDescriptor)
private java.util.Optional<Node.ExecutionMode>
NodeExecutionAdvisor. lookupExecutionModeForcedByAncestor(TestDescriptor testDescriptor)
Methods in org.junit.platform.engine.support.hierarchical with parameters of type Node.ExecutionMode Modifier and Type Method Description (package private) void
NodeExecutionAdvisor. forceDescendantExecutionMode(TestDescriptor testDescriptor, Node.ExecutionMode executionMode)
-