Class Index [+]

Quicksearch

Cucumber::WireSupport::WireProtocol::Requests::Invoke

Public Instance Methods

execute(step_definition_id, args) click to toggle source
    # File lib/cucumber/wire_support/wire_protocol/requests.rb, line 56
56:           def execute(step_definition_id, args)
57:             request_params = { 
58:               :id => step_definition_id, 
59:               :args => args
60:             }
61:             super(request_params)
62:           end
handle_diff(tables) click to toggle source
    # File lib/cucumber/wire_support/wire_protocol/requests.rb, line 74
74:           def handle_diff(tables)
75:             begin
76:               handle_diff!(tables)
77:             rescue Cucumber::Ast::Table::Different
78:               @connection.diff_failed
79:             end
80:             @connection.diff_ok
81:           end
handle_diff!(tables) click to toggle source
    # File lib/cucumber/wire_support/wire_protocol/requests.rb, line 68
68:           def handle_diff!(tables)
69:             table1 = Ast::Table.new(tables[0])
70:             table2 = Ast::Table.new(tables[1])
71:             table1.diff!(table2)
72:           end
handle_pending(message) click to toggle source
    # File lib/cucumber/wire_support/wire_protocol/requests.rb, line 64
64:           def handle_pending(message)
65:             raise Pending, message || "TODO"
66:           end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.