cmoon::test::test_case
Defined in module
<cmoon.test>
|
(1) |
Abstract class for an invocable test. Overriding the operator()
method creates a concrete test.
Member functions
Constructs the
test_case
(destructor)
Destructs the
test_case
Method to be invoked before
operator()
is invoked
Method to be invoked after
operator()
is invoked
Runs this
test_case
User-defined method to run main part of this
test_case
Obtain or change the name of this
test_case