Package | Description |
---|---|
org.junit.jupiter.api.condition |
Annotation-based conditions for enabling or disabling tests in JUnit Jupiter.
|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
org.junit.jupiter.api.extension.support |
JUnit Jupiter API support for writing extensions.
|
org.junit.jupiter.engine.config |
Configuration specific to 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.
|
org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
org.junit.jupiter.migrationsupport |
Support for migrating from JUnit 4 to JUnit Jupiter.
|
org.junit.jupiter.migrationsupport.conditions |
Extensions which provide support for conditional test execution features of
JUnit 4 (e.g., the
@Ignore annotation) within JUnit
Jupiter. |
org.junit.jupiter.migrationsupport.rules |
Extensions which provide (limited) support for JUnit 4 rules within JUnit Jupiter.
|
org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
org.junit.jupiter.params.aggregator | |
org.junit.jupiter.params.converter |
ArgumentConverter
implementations and the corresponding
@ConvertWith annotation. |
org.junit.jupiter.params.provider |
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations. |
Class and Description |
---|
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
ExecutionCondition
ExecutionCondition defines the Extension API for
programmatic, conditional test execution. |
ExtendWith
@ExtendWith is a repeatable annotation
that is used to register extensions for the
annotated test class or test method. |
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
Class and Description |
---|
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Namespace
A
Namespace is used to provide a scope for data saved by
extensions within a ExtensionContext.Store . |
ExtensionContext.Store
Store provides methods for extensions to save and retrieve data. |
InvocationInterceptor.Invocation
An invocation that returns a result and may throw a
Throwable . |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
ParameterResolutionException
Thrown if an error is encountered in the configuration or execution of a
ParameterResolver . |
ReflectiveInvocationContext
ReflectiveInvocationContext encapsulates the context of
a reflective invocation of an executable (method or constructor). |
TestInstanceFactoryContext
TestInstanceFactoryContext encapsulates the context in which
a test class is to be instantiated by a
TestInstanceFactory . |
TestInstances
TestInstances encapsulates the test instances of a test. |
TestInstantiationException
Thrown if an error is encountered during the execution of
a
TestInstanceFactory . |
TestTemplateInvocationContext
TestTemplateInvocationContext represents the context of a
single invocation of a test
template. |
Class and Description |
---|
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
ParameterResolutionException
Thrown if an error is encountered in the configuration or execution of a
ParameterResolver . |
ParameterResolver
ParameterResolver defines the API for Extensions
that wish to dynamically resolve arguments for parameters
at runtime. |
Class and Description |
---|
ExecutionCondition
ExecutionCondition defines the Extension API for
programmatic, conditional test execution. |
Class and Description |
---|
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Namespace
A
Namespace is used to provide a scope for data saved by
extensions within a ExtensionContext.Store . |
ExtensionContext.Store
Store provides methods for extensions to save and retrieve data. |
TestInstanceFactory |
TestInstanceFactoryContext
TestInstanceFactoryContext encapsulates the context in which
a test class is to be instantiated by a
TestInstanceFactory . |
TestInstances
TestInstances encapsulates the test instances of a test. |
TestTemplateInvocationContext
TestTemplateInvocationContext represents the context of a
single invocation of a test
template. |
TestTemplateInvocationContextProvider
TestTemplateInvocationContextProvider defines the API for
Extensions that wish to provide one or multiple contexts
for the invocation of a
@TestTemplate method. |
TestWatcher
TestWatcher defines the API for Extensions that
wish to process test results. |
Class and Description |
---|
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
ExecutionCondition
ExecutionCondition defines the Extension API for
programmatic, conditional test execution. |
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Namespace
A
Namespace is used to provide a scope for data saved by
extensions within a ExtensionContext.Store . |
ExtensionContext.Store
Store provides methods for extensions to save and retrieve data. |
InvocationInterceptor
InvocationInterceptor defines the API for Extensions that wish to intercept calls to test code. |
InvocationInterceptor.Invocation
An invocation that returns a result and may throw a
Throwable . |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
ParameterResolver
ParameterResolver defines the API for Extensions
that wish to dynamically resolve arguments for parameters
at runtime. |
ReflectiveInvocationContext
ReflectiveInvocationContext encapsulates the context of
a reflective invocation of an executable (method or constructor). |
TestInstances
TestInstances encapsulates the test instances of a test. |
Class and Description |
---|
BeforeAllCallback
BeforeAllCallback defines the API for Extensions
that wish to provide additional behavior to test containers before all tests
are invoked. |
BeforeEachCallback
BeforeEachCallback defines the API for Extensions
that wish to provide additional behavior to tests before each test is invoked. |
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
ExecutionCondition
ExecutionCondition defines the Extension API for
programmatic, conditional test execution. |
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Namespace
A
Namespace is used to provide a scope for data saved by
extensions within a ExtensionContext.Store . |
ExtensionContext.Store.CloseableResource
Classes implementing this interface indicate that they want to
ExtensionContext.Store.CloseableResource.close()
some underlying resource or resources when the enclosing Store
is closed. |
InvocationInterceptor
InvocationInterceptor defines the API for Extensions that wish to intercept calls to test code. |
InvocationInterceptor.Invocation
An invocation that returns a result and may throw a
Throwable . |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
ParameterResolver
ParameterResolver defines the API for Extensions
that wish to dynamically resolve arguments for parameters
at runtime. |
ReflectiveInvocationContext
ReflectiveInvocationContext encapsulates the context of
a reflective invocation of an executable (method or constructor). |
TestTemplateInvocationContext
TestTemplateInvocationContext represents the context of a
single invocation of a test
template. |
TestTemplateInvocationContextProvider
TestTemplateInvocationContextProvider defines the API for
Extensions that wish to provide one or multiple contexts
for the invocation of a
@TestTemplate method. |
Class and Description |
---|
ExtendWith
@ExtendWith is a repeatable annotation
that is used to register extensions for the
annotated test class or test method. |
Class and Description |
---|
ConditionEvaluationResult
The result of evaluating an ExecutionCondition.
|
ExecutionCondition
ExecutionCondition defines the Extension API for
programmatic, conditional test execution. |
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
Class and Description |
---|
AfterEachCallback
AfterEachCallback defines the API for Extensions
that wish to provide additional behavior to tests after each test method
has been invoked. |
BeforeEachCallback
BeforeEachCallback defines the API for Extensions
that wish to provide additional behavior to tests before each test is invoked. |
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Store
Store provides methods for extensions to save and retrieve data. |
Extensions
@Extensions is a container for one or more @ExtendWith
declarations. |
TestExecutionExceptionHandler
TestExecutionExceptionHandler defines the API for Extensions that wish to handle exceptions thrown during test execution. |
Class and Description |
---|
ExtendWith
@ExtendWith is a repeatable annotation
that is used to register extensions for the
annotated test class or test method. |
Extension
Marker interface for all extensions.
|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |
ExtensionContext.Store
Store provides methods for extensions to save and retrieve data. |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
ParameterResolutionException
Thrown if an error is encountered in the configuration or execution of a
ParameterResolver . |
ParameterResolver
ParameterResolver defines the API for Extensions
that wish to dynamically resolve arguments for parameters
at runtime. |
TestTemplateInvocationContext
TestTemplateInvocationContext represents the context of a
single invocation of a test
template. |
TestTemplateInvocationContextProvider
TestTemplateInvocationContextProvider defines the API for
Extensions that wish to provide one or multiple contexts
for the invocation of a
@TestTemplate method. |
Class and Description |
---|
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
Class and Description |
---|
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter . |
Class and Description |
---|
ExtensionContext
ExtensionContext encapsulates the context in which the
current test or container is being executed. |