Holds the summary result of the executed tests.
More...
#include <test_suite.hpp>
|
void | reset () |
| Reset the summary data.
|
|
void | evaluate (const unit_test::test_func_info &info) |
| Evaluate the test info data.
|
|
Holds the summary result of the executed tests.
◆ evaluate()
void matador::test_suite::summary::evaluate |
( |
const unit_test::test_func_info & |
info | ) |
|
|
inline |
Evaluate the test info data.
Once a test was executed an info struct is filled with the result. This method syncs these infos with overall summary.
- Parameters
-
◆ operator<<
Outputs The summary struct to on std::ostream.
- Parameters
-
out | The stream to write on |
s | The summary object |
- Returns
- Reference to the stream
The documentation for this struct was generated from the following file:
- matador/unit/test_suite.hpp