method

new

rails latest stable - Class: TestRun

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

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