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.
public static au.com.dius.pact.provider.junit5.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.
@NotNull public java.util.stream.Stream<org.junit.jupiter.api.extension.TestTemplateInvocationContext> provideTestTemplateInvocationContexts(@NotNull org.junit.jupiter.api.extension.ExtensionContext context)
@Nullable protected au.com.dius.pact.core.support.expressions.ValueResolver getValueResolver(@NotNull org.junit.jupiter.api.extension.ExtensionContext context)
public boolean supportsTestTemplate(@NotNull org.junit.jupiter.api.extension.ExtensionContext context)