Step Definitions List
Search:
- All Step Definitions
- Given /^I have a secure web service$/ features/step_definitions/header_steps.rb:1
- Given /^I have "(GET|PUT|POST|DELETE)" service for "([^"]*)" \ with the following headers$/ features/step_definitions/header_steps.rb:8
- Given /^I have "(GET|DELETE)" service for "([^"]*)" for \ user "([^"]*)" and password "([^"]*)"$/ features/step_definitions/header_steps.rb:14
- Given /^I have "(PUT|POST)" service for "([^"]*)" for \ user "([^"]*)" and password "([^"]*)"$/ features/step_definitions/header_steps.rb:20
- When /^I have the following headers?$/ features/step_definitions/header_steps.rb:27
- Given /^I have basic auth for user "([^"]*)" \ and password "(.*?)"$/ features/step_definitions/header_steps.rb:31
- Given /^I have a web service$/ features/step_definitions/rest_client_steps.rb:4
- Given /^I have "(GET|PUT|POST|DELETE)" service for "([^"]*)"$/ features/step_definitions/rest_client_steps.rb:11
- Given /^I have "(GET|PUT|POST|DELETE)" service for "([^"]*)" as follows$/ features/step_definitions/rest_client_steps.rb:22
- Given /^I am a rest client$/ features/step_definitions/rest_client_steps.rb:41
- When /^I "(GET|DELETE)" from the web service$/ features/step_definitions/rest_client_steps.rb:45
- When /^I "(PUT|POST)" to the web service with the following$/ features/step_definitions/rest_client_steps.rb:54
- When /^I "GET" from the web service with the parameters$/ features/step_definitions/rest_client_steps.rb:65
- When /^I pause$/ features/step_definitions/rest_client_steps.rb:69
- Then /^I receive the expected message$/ features/step_definitions/rest_client_steps.rb:73
- Then /^I receive a message with "([^"]*)"$/ features/step_definitions/rest_client_steps.rb:78