libept
|
#include <test-main.h>
Public Member Functions | |
Main () | |
void | child () |
void | testDied () |
void | processStatus (const char *line) |
void | parent () |
int | main (int _argc, char **_argv) |
Public Attributes | |
int | suite |
int | test |
int | status [2] |
int | confirm [2] |
FILE * | f_confirm |
FILE * | f_status |
pid_t | pid |
int | argc |
char ** | argv |
pid_t | finished |
int | status_code |
int | test_ok |
int | suite_ok |
int | suite_failed |
int | total_ok |
int | total_failed |
int | announced_suite |
std::string | current |
RunAll | all |
|
inline |
References announced_suite, suite_failed, suite_ok, test_ok, total_failed, and total_ok.
|
inline |
References all, argc, argv, confirm, RunAll::confirm, RunAll::findSuite(), RunAll::runFrom(), RunAll::runSuite(), status, RunAll::status, suite, and test.
Referenced by main().
|
inline |
|
inline |
References confirm, f_confirm, f_status, finished, pid, processStatus(), status, status_code, and testDied().
Referenced by main().
|
inline |
References announced_suite, current, f_confirm, finished, pid, status_code, suite, suite_failed, suite_ok, test, test_ok, total_failed, and total_ok.
Referenced by parent().
|
inline |
References announced_suite, current, status_code, suite_failed, test, and test_ok.
Referenced by parent().
int Main::announced_suite |
Referenced by Main(), processStatus(), and testDied().
std::string Main::current |
Referenced by processStatus(), and testDied().
FILE* Main::f_confirm |
Referenced by parent(), and processStatus().
FILE * Main::f_status |
Referenced by parent().
pid_t Main::finished |
Referenced by parent(), and processStatus().
pid_t Main::pid |
Referenced by main(), parent(), and processStatus().
int Main::status_code |
Referenced by parent(), processStatus(), and testDied().
int Main::suite |
Referenced by child(), and processStatus().
int Main::suite_failed |
Referenced by Main(), processStatus(), and testDied().
int Main::suite_ok |
Referenced by Main(), and processStatus().
int Main::test |
Referenced by child(), processStatus(), and testDied().
int Main::test_ok |
Referenced by Main(), processStatus(), and testDied().
int Main::total_failed |
Referenced by Main(), and processStatus().
int Main::total_ok |
Referenced by Main(), and processStatus().