Package org.junit.jupiter.api.extension
Interface Extension
-
- All Known Subinterfaces:
AfterAllCallback,AfterEachCallback,AfterTestExecutionCallback,BeforeAllCallback,BeforeEachCallback,BeforeTestExecutionCallback,ExecutionCondition,ParameterResolver,TestExecutionExceptionHandler,TestInstancePostProcessor,TestTemplateInvocationContextProvider
@API(status=STABLE, since="5.0") public interface ExtensionMarker interface for all extensions.An
Extensioncan be registered declaratively via@ExtendWith.- Since:
- 5.0