Uses of Interface
org.junit.jupiter.api.extension.TestTemplateInvocationContext
-
Packages that use TestTemplateInvocationContext Package Description org.junit.jupiter.api.extension JUnit Jupiter API for writing extensions.org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.extension Test extensions specific to the JUnit Jupiter test engine.org.junit.jupiter.params 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 TestTemplateInvocationContext Modifier and Type Method Description java.util.stream.Stream<TestTemplateInvocationContext>
TestTemplateInvocationContextProvider. 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 TestTemplateInvocationContext Modifier and Type Field Description private TestTemplateInvocationContext
TestTemplateInvocationTestDescriptor. invocationContext
Methods in org.junit.jupiter.engine.descriptor with parameters of type TestTemplateInvocationContext Modifier and Type Method Description private java.util.Optional<TestDescriptor>
TestTemplateTestDescriptor. createInvocationTestDescriptor(TestTemplateInvocationContext invocationContext, int index)
Constructors in org.junit.jupiter.engine.descriptor with parameters of type TestTemplateInvocationContext Constructor Description TestTemplateInvocationTestDescriptor(UniqueId uniqueId, java.lang.Class<?> testClass, java.lang.reflect.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 TestTemplateInvocationContext Modifier and Type Class Description (package private) class
RepeatedTestInvocationContext
TestTemplateInvocationContext
for a@RepeatedTest
.Methods in org.junit.jupiter.engine.extension that return types with arguments of type TestTemplateInvocationContext Modifier and Type Method Description java.util.stream.Stream<TestTemplateInvocationContext>
RepeatedTestExtension. provideTestTemplateInvocationContexts(ExtensionContext context)
-
Uses of TestTemplateInvocationContext in org.junit.jupiter.params
Classes in org.junit.jupiter.params that implement TestTemplateInvocationContext Modifier and Type Class Description (package private) class
ParameterizedTestInvocationContext
Methods in org.junit.jupiter.params that return TestTemplateInvocationContext Modifier and Type Method Description private TestTemplateInvocationContext
ParameterizedTestExtension. createInvocationContext(ParameterizedTestNameFormatter formatter, ParameterizedTestMethodContext methodContext, java.lang.Object[] arguments, int invocationIndex)
Methods in org.junit.jupiter.params that return types with arguments of type TestTemplateInvocationContext Modifier and Type Method Description java.util.stream.Stream<TestTemplateInvocationContext>
ParameterizedTestExtension. provideTestTemplateInvocationContexts(ExtensionContext extensionContext)
-