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 anyTestEnginethat wishes to organize test suites hierarchically based on theNodeabstraction. -
-
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.ExecutionModeClassBasedTestDescriptor. defaultChildExecutionModeMethods in org.junit.jupiter.engine.descriptor that return Node.ExecutionMode Modifier and Type Method Description Node.ExecutionModeClassTestDescriptor. getExecutionMode()Node.ExecutionModeJupiterEngineDescriptor. getExecutionMode()Node.ExecutionModeJupiterTestDescriptor. getExecutionMode()static Node.ExecutionModeJupiterTestDescriptor. 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 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 voidClassBasedTestDescriptor. setDefaultChildExecutionMode(Node.ExecutionMode defaultChildExecutionMode) -
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. forcedDescendantExecutionModeByTestDescriptorMethods in org.junit.platform.engine.support.hierarchical that return Node.ExecutionMode Modifier and Type Method Description Node.ExecutionModeHierarchicalTestExecutorService.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.Node.ExecutionModeNodeTestTask. getExecutionMode()static Node.ExecutionModeNode.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) voidNodeExecutionAdvisor. forceDescendantExecutionMode(TestDescriptor testDescriptor, Node.ExecutionMode executionMode)
-