Public Member Functions | Public Attributes

Main Struct Reference

#include <test-main.h>

List of all members.

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

Constructor & Destructor Documentation

Main::Main (  )  [inline]

Member Function Documentation

void Main::child (  )  [inline]
int Main::main ( int  _argc,
char **  _argv 
) [inline]
void Main::parent (  )  [inline]
void Main::processStatus ( const char *  line  )  [inline]
void Main::testDied (  )  [inline]

References announced_suite, current, status_code, suite_failed, test, and test_ok.

Referenced by parent().


Member Data Documentation

Referenced by child(), and main().

Referenced by Main(), processStatus(), and testDied().

Referenced by child(), and main().

char** Main::argv

Referenced by child(), and main().

int Main::confirm[2]

Referenced by child(), main(), and parent().

std::string Main::current

Referenced by processStatus(), and testDied().

Referenced by parent(), and processStatus().

Referenced by parent().

Referenced by parent(), and processStatus().

pid_t Main::pid

Referenced by main(), parent(), and processStatus().

int Main::status[2]

Referenced by child(), main(), and parent().

Referenced by parent(), processStatus(), and testDied().

Referenced by child(), and processStatus().

Referenced by Main(), processStatus(), and testDied().

Referenced by Main(), and processStatus().

Referenced by child(), processStatus(), and testDied().

Referenced by Main(), processStatus(), and testDied().

Referenced by Main(), and processStatus().

Referenced by Main(), and processStatus().


The documentation for this struct was generated from the following file: