class Cucumber::Messages::TestRunHookFinished

def initialize(

def initialize(
  test_run_hook_started_id: '',
  result: TestStepResult.new,
  timestamp: Timestamp.new
)
  @test_run_hook_started_id = test_run_hook_started_id
  @result = result
  @timestamp = timestamp
  super()
end