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 anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of EngineExecutionContext in org.junit.jupiter.engine.execution
Classes in org.junit.jupiter.engine.execution that implement EngineExecutionContext Modifier and Type Class Description class
JupiterEngineExecutionContext
-
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 class
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.
-