unit_threaded.testcase

Members

Classes

TestCase
class TestCase

Class from which other test cases derive

Functions

disableStackTrace
void disableStackTrace()

(Default behavior) Catch AssertError(s) and thus allow all tests to be ran.

enableStackTrace
void enableStackTrace()

Let AssertError(s) propagate and thus dump a stacktrace.

Meta