Uses of Interface
org.junit.platform.engine.support.hierarchical.EngineExecutionContext
-
Packages that use EngineExecutionContext Package Description org.junit.jupiter.engine.execution Internal classes for test execution 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 EngineExecutionContext in org.junit.jupiter.engine.execution
Classes in org.junit.jupiter.engine.execution that implement EngineExecutionContext Modifier and Type Class Description classJupiterEngineExecutionContext -
Uses of EngineExecutionContext in org.junit.platform.engine.support.hierarchical
Classes in org.junit.platform.engine.support.hierarchical with type parameters of type EngineExecutionContext Modifier and Type Class Description classHierarchicalTestEngine<C extends EngineExecutionContext>Abstract base class for allTestEngineimplementations that wish to organize test suites hierarchically based on theNodeabstraction.(package private) classHierarchicalTestExecutor<C extends EngineExecutionContext>Implementation core of allTestEnginesthat wish to use theNodeabstraction as the driving principle for structuring and executing test suites.interfaceNode<C extends EngineExecutionContext>A node within the execution hierarchy.static interfaceNode.Invocation<C extends EngineExecutionContext>Represents an invocation that runs with the supplied context.(package private) classNodeTestTask<C extends EngineExecutionContext>Fields in org.junit.platform.engine.support.hierarchical declared as EngineExecutionContext Modifier and Type Field Description private CNodeTestTask. contextprivate CNodeTestTask. parentContextprivate CHierarchicalTestExecutor. rootContextMethods in org.junit.platform.engine.support.hierarchical with type parameters of type EngineExecutionContext Modifier and Type Method Description (package private) static <C extends EngineExecutionContext>
Node<C>NodeUtils. asNode(TestDescriptor testDescriptor)
-