...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A test runner that stores the results.
Defined in header <boost/beast/_experimental/unit_test/recorder.hpp>
class recorder : public unit_test::runner
Name |
Description |
---|---|
Set the argument string. |
|
recorder [constructor] |
|
Returns a report with the results of all completed suites. |
|
Run the specified suite. |
|
Run all suites in a container. |
|
Conditionally run suites in a container. |
|
Conditionally run a sequence of suites. |