Interface TestRunner

All Known Implementing Classes:
JasmineRhinoTestRunner

public interface TestRunner
Testrunner interface
  • Method Summary

    Modifier and Type
    Method
    Description
    run(TestSuite testSuite)
     
  • Method Details

    • run

      TestResult run(TestSuite testSuite)
      Parameters:
      testSuite - group of several test scripts
      Returns:
      a testResult of the executed testsuite