Class: QUnit::Selenium::TestRun::TestResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/qunit/selenium/test_run.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assertionsObject

Returns the value of attribute assertions

Returns:

  • (Object)

    the current value of assertions



4
5
6
# File 'lib/qunit/selenium/test_run.rb', line 4

def assertions
  @assertions
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



4
5
6
# File 'lib/qunit/selenium/test_run.rb', line 4

def duration
  @duration
end

#testsObject

Returns the value of attribute tests

Returns:

  • (Object)

    the current value of tests



4
5
6
# File 'lib/qunit/selenium/test_run.rb', line 4

def tests
  @tests
end