Class: Mutant::Result::Test::VoidValue Private

Inherits:
Mutant::Result::Test show all
Includes:
Singleton
Defined in:
lib/mutant/result.rb

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.

Instance Method Summary collapse

Methods included from Mutant::Result

included, #overhead

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



129
130
131
132
133
134
135
136
# File 'lib/mutant/result.rb', line 129

def initialize
  super(
    output:  '',
    passed:  false,
    runtime: 0.0,
    tests:   []
  )
end