Uses of Interface
org.junit.jupiter.engine.extension.ExtensionRegistrar
Packages that use ExtensionRegistrar
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of ExtensionRegistrar in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor with parameters of type ExtensionRegistrarModifier and TypeMethodDescriptionprivate voidClassBasedTestDescriptor.registerAfterEachMethodAdapters(ExtensionRegistrar registrar) private voidClassBasedTestDescriptor.registerBeforeEachMethodAdapters(ExtensionRegistrar registrar) (package private) static voidExtensionUtils.registerExtensionsFromConstructorParameters(ExtensionRegistrar registrar, Class<?> clazz) Register extensions using the supplied registrar from parameters in the declared constructor of the supplied class that are annotated with@ExtendWith.(package private) static voidExtensionUtils.registerExtensionsFromExecutableParameters(ExtensionRegistrar registrar, Executable executable) Register extensions using the supplied registrar from parameters in the suppliedExecutable(i.e., aConstructororMethod) that are annotated with@ExtendWith.(package private) static voidExtensionUtils.registerExtensionsFromInstanceFields(ExtensionRegistrar registrar, Class<?> clazz) Register extensions using the supplied registrar from instance fields in the supplied class that are annotated with@ExtendWithor@RegisterExtension.(package private) static voidExtensionUtils.registerExtensionsFromStaticFields(ExtensionRegistrar registrar, Class<?> clazz) Register extensions using the supplied registrar from static fields in the supplied class that are annotated with@ExtendWithor@RegisterExtension.private voidClassBasedTestDescriptor.registerMethodsAsExtensions(List<Method> methods, ExtensionRegistrar registrar, Function<Method, org.junit.jupiter.api.extension.Extension> extensionSynthesizer) -
Uses of ExtensionRegistrar in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement ExtensionRegistrar