Class: TestRunner::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



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

def project_name
  @project_name
end

#test_errorObject

Returns the value of attribute test_error

Returns:

  • (Object)

    the current value of test_error



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

def test_error
  @test_error
end

#test_outputObject

Returns the value of attribute test_output

Returns:

  • (Object)

    the current value of test_output



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

def test_output
  @test_output
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



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

def timestamp
  @timestamp
end

#update_errorObject

Returns the value of attribute update_error

Returns:

  • (Object)

    the current value of update_error



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

def update_error
  @update_error
end

#update_outputObject

Returns the value of attribute update_output

Returns:

  • (Object)

    the current value of update_output



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

def update_output
  @update_output
end

#version_outputObject

Returns the value of attribute version_output

Returns:

  • (Object)

    the current value of version_output



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

def version_output
  @version_output
end