Class: Cucumber::JBehave::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/jbehave.rb

Overview

Implements the org.jbehave.scenario.reporters.ScenarioReporter methods

Instance Method Summary collapse

Instance Method Details

#failed(step, java_exception) ⇒ Object



65
66
67
# File 'lib/cucumber/jbehave.rb', line 65

def failed(step, java_exception)
  raise java_exception_to_ruby_exception(java_exception)
end

#successful(step_text) ⇒ Object



61
62
63
# File 'lib/cucumber/jbehave.rb', line 61

def successful(step_text)
  # noop
end