cmoon::test::test_suite::run_all





template<std::output_iterator<test_result> Out>
void run_all(Out out);


(1)

For each test case test in this test_suite, calls test.run(), and inserts the resulting test_result into the given output iterator.

Parameters

out - output iterator to receive test_results

Complexity

Linear in number of test cases