Class: RIESS::TestReporter::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/test_reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



5
6
7
# File 'lib/test_reporter.rb', line 5

def actual
  @actual
end

#expectedObject

Returns the value of attribute expected

Returns:

  • (Object)

    the current value of expected



5
6
7
# File 'lib/test_reporter.rb', line 5

def expected
  @expected
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/test_reporter.rb', line 5

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



5
6
7
# File 'lib/test_reporter.rb', line 5

def value
  @value
end