Class Index [+]

Quicksearch

Cucumber::WireSupport::WireProtocol::Requests::SnippetText

Public Instance Methods

execute(step_keyword, step_name, multiline_arg_class_name) click to toggle source
    # File lib/cucumber/wire_support/wire_protocol/requests.rb, line 39
39:           def execute(step_keyword, step_name, multiline_arg_class_name)
40:             request_params = { 
41:               :step_keyword => step_keyword, 
42:               :step_name => step_name, 
43:               :multiline_arg_class => multiline_arg_class_name 
44:             }
45:             super(request_params)
46:           end
handle_snippet_text(snippet_text) click to toggle source
Alias for: handle_success
handle_success(snippet_text) click to toggle source
    # File lib/cucumber/wire_support/wire_protocol/requests.rb, line 48
48:           def handle_success(snippet_text)
49:             snippet_text
50:           end
Also aliased as: handle_snippet_text

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.