assert in request
behroozbc opened this issue · 3 comments
behroozbc commented
hi
i want assert my request have items i like for not
how can i develop this
richardszalay commented
Could you be a little more specific?
behroozbc commented
can assert post request body
like this request have foo parameter
coryflucas commented
You can use Expect
and VerifyNoOutstandingExpectation
to accomplish this as described in the readme