module Cucumber::Formatter::MessageHandlers
Common Message Handlers to be used across all message-based formatters Designed to work solely with events of type โEnvelope`
Public Instance Methods
Source
# File lib/cucumber/formatter/message_handlers.rb, line 8 def store_current_test_run_hook_started_id(event) @current_test_run_hook_started_id = event.envelope.test_run_hook_started.id if event.envelope.test_run_hook_started end