Class: Mutest::Runner Private

Inherits:
Object
  • Object
show all
Includes:
Adamantium::Flat
Defined in:
lib/mutest/runner.rb,
lib/mutest/runner/sink.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Runner baseclass

Defined Under Namespace

Classes: Sink

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeundefined

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Initialize object



9
10
11
12
13
14
15
# File 'lib/mutest/runner.rb', line 9

def initialize(*)
  super

  reporter.start(env)

  run_mutation_analysis
end

Instance Attribute Details

#resultResult::Env (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Final result

Returns:



20
21
22
# File 'lib/mutest/runner.rb', line 20

def result
  @result
end