Class: Mutant::Reporter::Null

Inherits:
Mutant::Reporter show all
Defined in:
lib/mutant/reporter/null.rb

Overview

Null reporter

Instance Method Summary collapse

Methods inherited from Mutant::Reporter

#config, #error_stream, #notice, #output_stream

Instance Method Details

#killerself

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.

Report killer

Parameters:

Returns:

  • (self)


39
40
41
# File 'lib/mutant/reporter/null.rb', line 39

def killer(*)
  self
end

#mutationself

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.

Report mutation

Parameters:

Returns:

  • (self)


27
28
29
# File 'lib/mutant/reporter/null.rb', line 27

def mutation(*)
  self
end

#subjectself

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.

Report subject

Parameters:

Returns:

  • (self)


15
16
17
# File 'lib/mutant/reporter/null.rb', line 15

def subject(*)
  self
end