Module org.junit.jupiter.engine
Package org.junit.jupiter.engine.extension
package org.junit.jupiter.engine.extension
Test extensions specific to the JUnit Jupiter test engine.
-
ClassDescriptionDefault implementation of
RepetitionInfo.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.RepetitionExtensionimplements the following extension APIs to support repetitions of a@RepeatedTestmethod.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.