class Cucumber::Events::TestRunHookStarted
Attributes
Public Class Methods
Source
# File lib/cucumber/events/test_run_hook_started.rb, line 10 def self.event_id :test_run_hook_started end
Source
# File lib/cucumber/events/test_run_hook_started.rb, line 14 def initialize(hook) @hook = hook super() end
Calls superclass method