Package org.junit.jupiter.engine.extension
package org.junit.jupiter.engine.extension
Test extensions specific to the JUnit Jupiter test engine.
-
ClassDescription
ExecutionConditionthat supports the@Disabledannotation.AnExtensionRegistraris used to register extensions.AnExtensionRegistryholds all registered extensions (i.e.Default, mutable implementation ofExtensionRegistry.Display name formatter for a@RepeatedTest.TestTemplateInvocationContextProviderthat supports the@RepeatedTestannotation.TestTemplateInvocationContextfor a@RepeatedTest.TempDirectoryis a JUnit Jupiter extension that creates and cleans up temporary directories if field in a test class or a parameter in a lifecycle method or test method is annotated with@TempDir.ParameterResolverthat resolves theTestInfofor the currently executing test.ParameterResolverthat injects aTestReporter.