public interface HttpVerificationBuilder
| Modifier and Type | Method and Description |
|---|---|
void |
invoked(int count)
Provides a response message builder object.
|
void |
invoked(org.hamcrest.Matcher<java.lang.Integer> countMatcher)
Provides a response message builder object.
|
void invoked(org.hamcrest.Matcher<java.lang.Integer> countMatcher)
countMatcher - Matcher which matches number of invocationsvoid invoked(int count)
count - number of invocations