Method: QAT::Formatter::Scenario::Name#on_test_case_started

Defined in:
lib/qat/formatter/scenario/name.rb

#on_test_case_started(event) ⇒ Object

Since:

  • 0.1.0



26
27
28
29
30
31
# File 'lib/qat/formatter/scenario/name.rb', line 26

def on_test_case_started event
  @examples_values = []
  build(event.test_case, @ast_lookup)
  @current_feature = @feature_hash
  scenario_name
end