Class: Syskit::GUI::Testing::SubprocessItem::TestResult
- Defined in:
- lib/syskit/gui/testing.rb
Instance Attribute Summary collapse
-
#assertions ⇒ Object
Returns the value of attribute assertions.
-
#failure_count ⇒ Object
Returns the value of attribute failure_count.
-
#failures ⇒ Object
Returns the value of attribute failures.
-
#file ⇒ Object
Returns the value of attribute file.
-
#skip_count ⇒ Object
Returns the value of attribute skip_count.
-
#test_case_name ⇒ Object
Returns the value of attribute test_case_name.
-
#test_name ⇒ Object
Returns the value of attribute test_name.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#assertions ⇒ Object
Returns the value of attribute assertions
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def assertions @assertions end |
#failure_count ⇒ Object
Returns the value of attribute failure_count
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def failure_count @failure_count end |
#failures ⇒ Object
Returns the value of attribute failures
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def failures @failures end |
#file ⇒ Object
Returns the value of attribute file
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def file @file end |
#skip_count ⇒ Object
Returns the value of attribute skip_count
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def skip_count @skip_count end |
#test_case_name ⇒ Object
Returns the value of attribute test_case_name
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def test_case_name @test_case_name end |
#test_name ⇒ Object
Returns the value of attribute test_name
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def test_name @test_name end |
#time ⇒ Object
Returns the value of attribute time
342 343 344 |
# File 'lib/syskit/gui/testing.rb', line 342 def time @time end |