Groovy Documentation

com.confluex.mock.http.expectations
[Groovy] Interface Expectation


interface Expectation

Method Summary
java.lang.Boolean verify(ClientRequest request)

Inspect the request and decide if it is valid

 

Method Detail

verify

java.lang.Boolean verify(ClientRequest request)
Inspect the request and decide if it is valid
Parameters:
request - captured resutls from http request
Returns:
true if request is valid


 

Groovy Documentation