A runner is the base class for the objects that actually processes the tests from main.
Inheritance:
Public Methods
-
virtual bool run_tests(int argc, const char** argv, int i) = 0
- run all the tests with arguments in the argc, argv set, starting at i
Documentation
A runner is the base class for the objects that actually processes the
tests from main. Main simply invokes the run_tests method of the current
test runner.
main
- virtual bool run_tests(int argc, const char** argv, int i) = 0
-
run all the tests with arguments in the argc, argv set, starting at i
- Direct child classes:
- plain_runner
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.