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. -
-
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 Stream<TestTemplateInvocationContext>
TestTemplateInvocationContextProvider. provideTestTemplateInvocationContexts(ExtensionContext context)
Provide invocation contexts for the test template method represented by the suppliedcontext
.
-