Package | Description |
---|---|
org.junit.jupiter.engine |
Core package for the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
Class and Description |
---|
JupiterEngineExecutionContext |
Class and Description |
---|
AfterEachMethodAdapter
Functional interface for registering an
@AfterEach method
as a pseudo-extension. |
BeforeEachMethodAdapter
Functional interface for registering a
@BeforeEach method
as a pseudo-extension. |
ConditionEvaluator
ConditionEvaluator evaluates ExecutionCondition extensions. |
ExecutableInvoker
ExecutableInvoker encapsulates the invocation of a
Executable (i.e., method or constructor),
including support for dynamic resolution of method parameters via
ParameterResolvers . |
ExtensionValuesStore
ExtensionValuesStore is used inside implementations of
ExtensionContext to store and retrieve values. |
JupiterEngineExecutionContext |
TestInstancesProvider |
Class and Description |
---|
ConditionEvaluationException
Thrown if an error is encountered while evaluating an
ExecutionCondition . |
DefaultTestInstances |
ExtensionValuesStore
ExtensionValuesStore is used inside implementations of
ExtensionContext to store and retrieve values. |
ExtensionValuesStore.CompositeKey |
JupiterEngineExecutionContext |
JupiterEngineExecutionContext.Builder |
JupiterEngineExecutionContext.State |
TestInstancesProvider |