method
new
v7.0.0 -
Show latest stable
- Class:
TestRun
new(driver)public
No documentation available.
# File ci/test_run.rb, line 32
def initialize(driver)
@qunit_testresult = driver[ID_TESTRESULT]
@qunit_tests = driver[ID_TESTS]
end