CppTest
Version 2.0.0
|
This is the complete list of members for Test::CollectorOutput, including all inherited members.
_suites (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
_total_errors (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
_total_tests (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
_total_time (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
assertment(const Source &s) | Test::CollectorOutput | virtual |
CollectorOutput() | Test::CollectorOutput | protected |
finished(int tests, const Time &time) | Test::CollectorOutput | virtual |
initialize(int tests) | Test::Output | inlinevirtual |
Output() | Test::Output | inlineprotected |
Sources typedef (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
suite_end(int tests, const std::string &name, const Time &time) | Test::CollectorOutput | virtual |
suite_start(int tests, const std::string &name) | Test::CollectorOutput | virtual |
Suites typedef (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
test_end(const std::string &name, bool ok, const Time &time) | Test::CollectorOutput | virtual |
test_start(const std::string &name) | Test::CollectorOutput | virtual |
Tests typedef (defined in Test::CollectorOutput) | Test::CollectorOutput | protected |
~Output() | Test::Output | inlinevirtual |