@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PactVerification
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
the tested provider name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
expectMismatch
If a mismatch is expected.
|