unit_threaded.runner.testcase

The different TestCase classes

Members

Classes

BuiltinTestCase
class BuiltinTestCase

A test that is a unittest block.

CompositeTestCase
class CompositeTestCase

A test that runs other tests.

FlakyTestCase
class FlakyTestCase

A test that is expected to fail some of the time.

FunctionTestCase
class FunctionTestCase

A test that is a regular function.

ShouldFailTestCase
class ShouldFailTestCase

A test that should fail

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