Sha256: fd69fb3e696d1cedbc448e1f4cfedfe3197ea79193ac62c68345ef38da57c3d6

Contents?: true

Size: 1.04 KB

Versions: 42

Compression:

Stored size: 1.04 KB

Contents

# Copyright (C) 2020  Sutou Kouhei <kou@clear-code.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

require "grntest/reporters/inplace-reporter"

module Grntest
  module Reporters
    class ProgressReporter < InplaceReporter
      private
      def draw_statistics_header_line
        puts(statistics_header)
      end

      def draw_status_line(worker)
      end

      def draw_test_line(worker)
      end

      def n_worker_lines
        0
      end
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
grntest-1.8.0 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.9 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.8 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.7 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.6 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.5 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.4 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.3 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.2 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.1 lib/grntest/reporters/progress-reporter.rb
grntest-1.7.0 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.9 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.8 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.7 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.6 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.5 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.4 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.3 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.2 lib/grntest/reporters/progress-reporter.rb
grntest-1.6.1 lib/grntest/reporters/progress-reporter.rb