Class: Syskit::GUI::Testing::SubprocessItem::TestResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/gui/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assertionsObject

Returns the value of attribute assertions

Returns:

  • (Object)

    the current value of assertions



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def assertions
  @assertions
end

#failure_countObject

Returns the value of attribute failure_count

Returns:

  • (Object)

    the current value of failure_count



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def failure_count
  @failure_count
end

#failuresObject

Returns the value of attribute failures

Returns:

  • (Object)

    the current value of failures



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def failures
  @failures
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def file
  @file
end

#skip_countObject

Returns the value of attribute skip_count

Returns:

  • (Object)

    the current value of skip_count



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def skip_count
  @skip_count
end

#test_case_nameObject

Returns the value of attribute test_case_name

Returns:

  • (Object)

    the current value of test_case_name



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def test_case_name
  @test_case_name
end

#test_nameObject

Returns the value of attribute test_name

Returns:

  • (Object)

    the current value of test_name



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def test_name
  @test_name
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



342
343
344
# File 'lib/syskit/gui/testing.rb', line 342

def time
  @time
end