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

Inherits:
Mutant::Result::Test show all
Includes:
Singleton
Defined in:
lib/mutant/result/test.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.

API:

  • private

Constant Summary

Constants inherited from Mutant::Result::Test

CODEC

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

API:

  • private



17
18
19
20
21
22
23
24
# File 'lib/mutant/result/test.rb', line 17

def initialize
  super(
    job_index: nil,
    output:    LogCapture.from_binary(+''),
    passed:    false,
    runtime:   0.0
  )
end