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



72
73
74
# File 'lib/cucumber/jbehave.rb', line 72

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

#successful(step_text) ⇒ Object



68
69
70
# File 'lib/cucumber/jbehave.rb', line 68

def successful(step_text)
  # noop
end