class Cucumber::Messages::TestRunStarted

def initialize(

def initialize(
  timestamp: Timestamp.new
)
  @timestamp = timestamp
end