Skip to content

Commit

Permalink
calls track query
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Michael committed Apr 11, 2018
1 parent b98fe2e commit 514778e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Go-Rest-Assured keeps track of the Assured Calls you have stubbed out and the Ca
- Method
- Response
- Headers
- Query
- Callbacks

Set these fields as a *Given* call through the client or a HTTP request to the service directly and they will be returned from the Go Rest Assured API when you hit the *When* endpoint. The Calls you stub out are uniquely mapped with an identity of their Method and Path. If you stub multiple calls to the same Method and Path, the responses will cycle through your stubs based on the order they were created.
Expand Down

0 comments on commit 514778e

Please sign in to comment.