The methods provided by the JadeTestRunner class are listed in the following table.
Method | Description |
---|---|
runTests | Executes the specified test methods |
setDebugOnAssert | Specifies that the test runner invokes the Process class debug method if an assert fails |
setDebugOnException | Specifies that the test runner invokes the Process class debug method if any exception occurs |
setDebugOnUnexpectedException | Specifies that the unit test is paused and the call stack is displayed when the unit test encounters an unexpected exception. |
setLogCallStack | Specifies that the test runner reports the call stack when a test method assertion fails or an exception is raised |
setTestListener | Specifies the object that will listen for the results of test methods |