setDebugOnUnexpectedException

setDebugOnUnexpectedException(value: Boolean);

The setDebugOnUnexpectedException method of the JadeTestRunner class specifies that the test runner pauses and invokes the Process class debug method to display the call stack when the unit test encounters an unexpected exception so that you can debug exceptions other than any that the test has registered with the JadeTestCase class expectedException method.

2016.0.02 (Service Pack 1) and higher