Uses of Interface
org.junit.platform.engine.support.hierarchical.EngineExecutionContext
Package
Description
Internal classes for test execution 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 EngineExecutionContext in org.junit.jupiter.engine.execution
-
Uses of EngineExecutionContext in org.junit.platform.engine.support.hierarchical
Modifier and TypeClassDescriptionclass
HierarchicalTestEngine<C extends EngineExecutionContext>
Abstract base class for allTestEngine
implementations that wish to organize test suites hierarchically based on theNode
abstraction.interface
Node<C extends EngineExecutionContext>
A node within the execution hierarchy.static interface
Node.Invocation<C extends EngineExecutionContext>
Represents an invocation that runs with the supplied context.