Class: Cucumber::JBehave::Reporter

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

Overview

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

Class Method Summary collapse

Class Method Details

.failed(step, java_exception) ⇒ Object



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

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

.successful(step_text) ⇒ Object



56
57
58
# File 'lib/cucumber/jbehave.rb', line 56

def self.successful(step_text)
  # noop
end