Uses of Interface
org.junit.jupiter.api.extension.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 java.util.stream.Stream<TestTemplateInvocationContext>TestTemplateInvocationContextProvider. provideTestTemplateInvocationContexts(ExtensionContext context)Provide invocation contexts for the test template method represented by the suppliedcontext.