cmoon::test::test_case


Defined in module <cmoon.test>


class test_case;


(1)

Abstract class for an invocable test. Overriding the operator() method creates a concrete test.


Member functions


Constructs the test_case
(public member function)

(destructor)
Destructs the test_case
(virtual public member function)

Method to be invoked before operator() is invoked
(virtual public member function)

Method to be invoked after operator() is invoked
(virtual public member function)

Runs this test_case
(public member function)

User-defined method to run main part of this test_case
(pure virtual public member function)

Obtain or change the name of this test_case
(public member function)