Sha256: e625628a935bd10ca6dc0f9fca0523dae5c77f9cf721171b23c5c0cf9e8c6ee5

Contents?: true

Size: 471 Bytes

Versions: 8

Compression:

Stored size: 471 Bytes

Contents

module Mutant
  class Reporter
    class CLI
      class Printer
        # Full env result reporter
        class EnvResult < self
          delegate(:failed_subject_results)

          # Run printer
          #
          # @return [undefined]
          def run
            visit_collection(SubjectResult, failed_subject_results)
            visit(EnvProgress, object)
          end
        end # EnvResult
      end # Printer
    end # CLI
  end # Reporter
end # Mutant

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.8.16 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.15 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.14 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.13 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.12 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.11 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.10 lib/mutant/reporter/cli/printer/env_result.rb
mutant-0.8.9 lib/mutant/reporter/cli/printer/env_result.rb