Uses of Package
org.junit.jupiter.api.extension
-
Packages that use org.junit.jupiter.api.extension 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.support.io IO-related support classes and built-in extensions. -
Classes in org.junit.jupiter.api.extension used by org.junit.jupiter.api.condition Class Description ExtendWith @ExtendWithis a repeatable annotation that is used to register extensions for the annotated test class or test method. -
Classes in org.junit.jupiter.api.extension used by org.junit.jupiter.api.extension Class Description ConditionEvaluationResult The result of evaluating an ExecutionCondition.ExtendWith @ExtendWithis a repeatable annotation that is used to register extensions for the annotated test class or test method.Extension Marker interface for all extensions.ExtensionConfigurationException Thrown if an error is encountered regarding the configuration of an extension.ExtensionContext ExtensionContextencapsulates the context in which the current test or container is being executed.ExtensionContext.Namespace ANamespaceis used to provide a scope for data saved by extensions within aExtensionContext.Store.ExtensionContext.Store Storeprovides methods for extensions to save and retrieve data.ParameterContext ParameterContextencapsulates the context in which anExecutablewill be invoked for a givenParameter.ParameterResolutionException Thrown if an error is encountered in the configuration or execution of aParameterResolver.TestInstanceFactoryContext TestInstanceFactoryContextencapsulates the context in which a test class is to be instantiated by aTestInstanceFactory.TestInstances TestInstancesencapsulates the test instances of a test.TestInstantiationException Thrown if an error is encountered during the execution of aTestInstanceFactory.TestTemplateInvocationContext TestTemplateInvocationContextrepresents the context of a single invocation of a test template. -
Classes in org.junit.jupiter.api.extension used by org.junit.jupiter.api.support.io Class Description BeforeAllCallback BeforeAllCallbackdefines the API forExtensionsthat wish to provide additional behavior to test containers before all tests are invoked.BeforeEachCallback BeforeEachCallbackdefines the API forExtensionsthat wish to provide additional behavior to tests before each test is invoked.Extension Marker interface for all extensions.ExtensionContext ExtensionContextencapsulates the context in which the current test or container is being executed.ParameterContext ParameterContextencapsulates the context in which anExecutablewill be invoked for a givenParameter.ParameterResolver ParameterResolverdefines the API forExtensionsthat wish to dynamically resolve arguments for parameters at runtime.