Class: Syskit::GUI::Testing::Stats
- Defined in:
- lib/syskit/gui/testing.rb
Instance Attribute Summary collapse
-
#assertions_count ⇒ Object
Returns the value of attribute assertions_count.
-
#executed_count ⇒ Object
Returns the value of attribute executed_count.
-
#executed_test_count ⇒ Object
Returns the value of attribute executed_test_count.
-
#failure_count ⇒ Object
Returns the value of attribute failure_count.
-
#run_count ⇒ Object
Returns the value of attribute run_count.
-
#skip_count ⇒ Object
Returns the value of attribute skip_count.
-
#test_count ⇒ Object
Returns the value of attribute test_count.
Instance Attribute Details
#assertions_count ⇒ Object
Returns the value of attribute assertions_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def assertions_count @assertions_count end |
#executed_count ⇒ Object
Returns the value of attribute executed_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def executed_count @executed_count end |
#executed_test_count ⇒ Object
Returns the value of attribute executed_test_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def executed_test_count @executed_test_count end |
#failure_count ⇒ Object
Returns the value of attribute failure_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def failure_count @failure_count end |
#run_count ⇒ Object
Returns the value of attribute run_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def run_count @run_count end |
#skip_count ⇒ Object
Returns the value of attribute skip_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def skip_count @skip_count end |
#test_count ⇒ Object
Returns the value of attribute test_count
285 286 287 |
# File 'lib/syskit/gui/testing.rb', line 285 def test_count @test_count end |