Uses of Interface
org.junit.jupiter.api.extension.ClassTemplateInvocationContext
Packages that use ClassTemplateInvocationContext
Package
Description
JUnit Jupiter API for writing extensions.
Test descriptors used within the JUnit Jupiter test engine.
-
Uses of ClassTemplateInvocationContext in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return types with arguments of type ClassTemplateInvocationContextModifier and TypeMethodDescriptionStream
<? extends ClassTemplateInvocationContext> ClassTemplateInvocationContextProvider.provideClassTemplateInvocationContexts
(ExtensionContext context) Provide invocation contexts for the class template represented by the suppliedcontext
. -
Uses of ClassTemplateInvocationContext in org.junit.jupiter.engine.descriptor
Constructors in org.junit.jupiter.engine.descriptor with parameters of type ClassTemplateInvocationContextModifierConstructorDescriptionClassTemplateInvocationTestDescriptor
(UniqueId uniqueId, ClassTemplateTestDescriptor parent, ClassTemplateInvocationContext invocationContext, int index, TestSource source, JupiterConfiguration configuration)