Uses of Package
org.junit.jupiter.engine.execution
-
Packages that use org.junit.jupiter.engine.execution 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. -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine Class Description JupiterEngineExecutionContext -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine.descriptor Class Description JupiterEngineExecutionContext ThrowableCollector Simple component that can be used to collect one or more instances ofThrowable
. -
Classes in org.junit.jupiter.engine.execution used by org.junit.jupiter.engine.execution Class Description ExtensionValuesStore ExtensionValuesStore
is used inside implementations ofExtensionContext
to store and retrieve values.JupiterEngineExecutionContext JupiterEngineExecutionContext.Builder TestInstanceProvider ThrowableCollector Simple component that can be used to collect one or more instances ofThrowable
.