@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PactVerification
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
expectMismatch
If a mismatch is expected.
|
java.lang.String |
fragment
Method to call to get the pact fragment.
|
java.lang.String[] |
value
the tested provider name.
|