public class PactVerificationInvocationContextProvider
Main TestTemplateInvocationContextProvider for JUnit 5 Pact verification tests. This class needs to be applied to a test template method on a test class annotated with a @Provider annotation.
| Modifier and Type | Class and Description |
|---|---|
static class |
PactVerificationInvocationContextProvider.Companion |
| Modifier and Type | Field and Description |
|---|---|
static PactVerificationInvocationContextProvider.Companion |
Companion |
| Constructor and Description |
|---|
PactVerificationInvocationContextProvider()
Main TestTemplateInvocationContextProvider for JUnit 5 Pact verification tests. This class needs to be applied to
a test template method on a test class annotated with a @Provider annotation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<org.junit.jupiter.api.extension.TestTemplateInvocationContext> |
provideTestTemplateInvocationContexts(org.junit.jupiter.api.extension.ExtensionContext context) |
boolean |
supportsTestTemplate(org.junit.jupiter.api.extension.ExtensionContext context) |
public static PactVerificationInvocationContextProvider.Companion Companion
public PactVerificationInvocationContextProvider()
Main TestTemplateInvocationContextProvider for JUnit 5 Pact verification tests. This class needs to be applied to a test template method on a test class annotated with a @Provider annotation.
public java.util.stream.Stream<org.junit.jupiter.api.extension.TestTemplateInvocationContext> provideTestTemplateInvocationContexts(org.junit.jupiter.api.extension.ExtensionContext context)
public boolean supportsTestTemplate(org.junit.jupiter.api.extension.ExtensionContext context)