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 TestTemplateInvocationContextTestTemplateInvocationTestDescriptor. invocationContextMethods 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) classRepeatedTestInvocationContextTestTemplateInvocationContextfor 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) classParameterizedTestInvocationContextMethods in org.junit.jupiter.params that return TestTemplateInvocationContext Modifier and Type Method Description private TestTemplateInvocationContextParameterizedTestExtension. createInvocationContext(ParameterizedTestNameFormatter formatter, ParameterizedTestMethodContext methodContext, java.lang.Object[] arguments)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)
-