class Cucumber::Formatter::Junit

def before_table_row(table_row)

def before_table_row(table_row)
  return unless @in_examples
  @table_start = Time.now
end