Class core.UnitTester
Defined in: UnitTester.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
results()
|
|
|
runTests(TestClass, callback)
|
Method Detail
{!number}
countFailedTests()
- Returns:
- {!number}
{!Object}
results()
- Returns:
- {!Object}
{undefined}
runTests(TestClass, callback)
- Parameters:
- {Function} TestClass
- the constructor for the test class
- {!function():undefined} callback
- Returns:
- {undefined}