We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da146a0 + b5bf1b3 commit 78b265eCopy full SHA for 78b265e
provider/junit5spring/README.md
@@ -83,7 +83,7 @@ For example:
83
class MockMvcTestTargetStandaloneMockMvcTestJava {
84
85
@TestTemplate
86
- @ExtendWith(PactVerificationSpringProvider.class)
+ @ExtendWith(PactVerificationInvocationContextProvider.class)
87
void pactVerificationTestTemplate(PactVerificationContext context) {
88
context.verifyInteraction();
89
}
0 commit comments