Class: Mutant::Result::Test::VoidValue Private
- Inherits:
-
Mutant::Result::Test
- Object
- Mutant::Result::Test
- Mutant::Result::Test::VoidValue
- 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
-
#initialize ⇒ undefined
constructor
private
Initialize object.
Constructor Details
#initialize ⇒ undefined
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
171 172 173 174 175 176 177 178 |
# File 'lib/mutant/result.rb', line 171 def initialize super( job_index: nil, output: '', passed: false, runtime: 0.0 ) end |