Object
# File lib/ci/reporter/cucumber.rb, line 17 def initialize(step) @step = step end
# File lib/ci/reporter/cucumber.rb, line 25 def error? !failure? end
# File lib/ci/reporter/cucumber.rb, line 21 def failure? true end
# File lib/ci/reporter/cucumber.rb, line 37 def location step.exception.backtrace.join("\n") end
# File lib/ci/reporter/cucumber.rb, line 33 def message step.exception.message end
# File lib/ci/reporter/cucumber.rb, line 29 def name step.exception.class.name end
[Validate]
Generated with the Darkfish Rdoc Generator 2.