unit_threaded.testcase

Undocumented in source.

Members

Classes

BuiltinTestCase
class BuiltinTestCase
Undocumented in source.
CompositeTestCase
class CompositeTestCase
Undocumented in source.
FunctionTestCase
class FunctionTestCase
Undocumented in source.
ShouldFailTestCase
class ShouldFailTestCase
Undocumented in source.
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