Class: QUnit::Selenium::TestRun::TestResult
- Inherits:
-
Struct
- Object
- Struct
- QUnit::Selenium::TestRun::TestResult
- Defined in:
- lib/qunit/selenium/test_run.rb
Instance Attribute Summary collapse
-
#assertions ⇒ Object
Returns the value of attribute assertions.
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#tests ⇒ Object
Returns the value of attribute tests.
Instance Attribute Details
#assertions ⇒ Object
Returns the value of attribute assertions
4 5 6 |
# File 'lib/qunit/selenium/test_run.rb', line 4 def assertions @assertions end |
#duration ⇒ Object
Returns the value of attribute duration
4 5 6 |
# File 'lib/qunit/selenium/test_run.rb', line 4 def duration @duration end |
#tests ⇒ Object
Returns the value of attribute tests
4 5 6 |
# File 'lib/qunit/selenium/test_run.rb', line 4 def tests @tests end |