#include "testlib_register.h"#include <vcl_iostream.h>#include <vcl_string.h>#include <vcl_vector.h>#include <vcl_cstdlib.h>Go to the source code of this file.
Functions | |
| void | list_test_names (vcl_ostream &ostr) |
| void | testlib_enter_stealth_mode () |
| int | testlib_run_test_unit (vcl_vector< vcl_string >::size_type i, int argc, char *argv[]) |
| int | testlib_main (int argc, char *argv[]) |
| void | testlib_register_test (const vcl_string &name, TestMainFunction func) |
| void | testlib_cleanup () |
| void list_test_names | ( | vcl_ostream & | ostr | ) |
Definition at line 57 of file testlib_main.cxx.
| void testlib_cleanup | ( | ) |
Definition at line 198 of file testlib_main.cxx.
| void testlib_enter_stealth_mode | ( | ) |
Definition at line 67 of file testlib_main.cxx.
| int testlib_main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 121 of file testlib_main.cxx.
| void testlib_register_test | ( | const vcl_string & | name, |
| TestMainFunction | func | ||
| ) |
Definition at line 191 of file testlib_main.cxx.
| int testlib_run_test_unit | ( | vcl_vector< vcl_string >::size_type | i, |
| int | argc, | ||
| char * | argv[] | ||
| ) |
Definition at line 97 of file testlib_main.cxx.
1.7.5.1