Class: Necropsy::Bench::SafetyMutationHarness::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/necropsy/bench/safety_mutation_harness.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detectedObject (readonly)

Returns the value of attribute detected

Returns:

  • (Object)

    the current value of detected



6
7
8
# File 'lib/necropsy/bench/safety_mutation_harness.rb', line 6

def detected
  @detected
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/necropsy/bench/safety_mutation_harness.rb', line 6

def name
  @name
end

#violationsObject (readonly)

Returns the value of attribute violations

Returns:

  • (Object)

    the current value of violations



6
7
8
# File 'lib/necropsy/bench/safety_mutation_harness.rb', line 6

def violations
  @violations
end