Sha256: cdc95c9515e4c9408d89cc3b2c0bae5dc589722031ba01a78fdef8632e8cadeb
Contents?: true
Size: 527 Bytes
Versions: 2
Compression:
Stored size: 527 Bytes
Contents
Feature: check double's call history In order to verify outcomes of my app that take form of http requests As test developer I want to be able to get double 'call history' Scenario: no calls made to double Given there is a double When I request call history for that double Then it should be empty Scenario: some calls made to double Given there is a double When that double gets requested And I request call history for that double Then I should see history records for those requests
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rest-assured-0.2.0 | features/ruby_api/verify_requests.feature |
rest-assured-0.2.0.rc8 | features/call_history.feature |