Uses of Interface
org.junit.jupiter.api.extension.TestTemplateInvocationContext
Packages that use TestTemplateInvocationContext
Package
Description
JUnit Jupiter API for writing extensions.
Test descriptors used within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
JUnit Jupiter extension for parameterized tests.
-
Uses of TestTemplateInvocationContext in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension that return types with arguments of type TestTemplateInvocationContextModifier and TypeMethodDescriptionTestTemplateInvocationContextProvider.provideTestTemplateInvocationContexts
(ExtensionContext context) Provide invocation contexts for the test template method represented by the suppliedcontext
. -
Uses of TestTemplateInvocationContext in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as TestTemplateInvocationContextModifier and TypeFieldDescriptionprivate TestTemplateInvocationContext
TestTemplateInvocationTestDescriptor.invocationContext
Methods in org.junit.jupiter.engine.descriptor with parameters of type TestTemplateInvocationContextModifier and TypeMethodDescriptionprivate Optional<TestDescriptor>
TestTemplateTestDescriptor.createInvocationTestDescriptor
(TestTemplateInvocationContext invocationContext, int index) Constructors in org.junit.jupiter.engine.descriptor with parameters of type TestTemplateInvocationContextModifierConstructorDescription(package private)
TestTemplateInvocationTestDescriptor
(UniqueId uniqueId, Class<?> testClass, Method templateMethod, TestTemplateInvocationContext invocationContext, int index, JupiterConfiguration configuration) -
Uses of TestTemplateInvocationContext in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement TestTemplateInvocationContextModifier and TypeClassDescription(package private) class
TestTemplateInvocationContext
for a@RepeatedTest
.Methods in org.junit.jupiter.engine.extension that return types with arguments of type TestTemplateInvocationContextModifier and TypeMethodDescriptionRepeatedTestExtension.provideTestTemplateInvocationContexts
(ExtensionContext context) -
Uses of TestTemplateInvocationContext in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement TestTemplateInvocationContextMethods in org.junit.jupiter.params that return TestTemplateInvocationContextModifier and TypeMethodDescriptionprivate TestTemplateInvocationContext
ParameterizedTestExtension.createInvocationContext
(ParameterizedTestNameFormatter formatter, ParameterizedTestMethodContext methodContext, Object[] arguments, int invocationIndex) Methods in org.junit.jupiter.params that return types with arguments of type TestTemplateInvocationContextModifier and TypeMethodDescriptionParameterizedTestExtension.provideTestTemplateInvocationContexts
(ExtensionContext extensionContext)