#include <Assertion.hpp>
TestSet objects are chained using Chain objects.
Definition at line 282 of file Assertion.hpp.
Public Member Functions | |
| Chain (TestSetFactory factory) | |
Constructs a Chain object. | |
Static Public Member Functions | |
| static void | run (TestReport &report) |
| Runs all the tests in this chain. | |
Friends | |
| class | TestSet |
|
|
Constructs a
Definition at line 359 of file Assertion.cpp. |
|
|
Runs all the tests in this chain.
Definition at line 367 of file Assertion.cpp. References factory, unittest::TestSet::hasSolo(), and next. Referenced by unittest::TestSet::runAll(). |
1.4.6-NO