# File lib/cucumber/formatter/junit.rb, line 92
      def before_table_row(table_row)
        return unless @in_examples

        @table_start = Time.now
      end