Public Member Functions | Public Attributes

RunAll Struct Reference

#include <test-runner.h>

List of all members.

Public Member Functions

RunSuitefindSuite (std::string name)
void waitForAck ()
void runSuite (RunSuite &s, int fromTest, int suite, int suiteCount)
void runFrom (int suite, int test)

Public Attributes

RunSuitesuites
int suiteCount
FILE * status
FILE * confirm

Member Function Documentation

RunSuite* RunAll::findSuite ( std::string  name  )  [inline]

References suiteCount, and suites.

Referenced by Main::child().

void RunAll::runFrom ( int  suite,
int  test 
) [inline]

References runSuite(), suiteCount, and suites.

Referenced by Main::child().

void RunAll::runSuite ( RunSuite s,
int  fromTest,
int  suite,
int  suiteCount 
) [inline]
void RunAll::waitForAck (  )  [inline]

References confirm.

Referenced by runSuite().


Member Data Documentation

Referenced by Main::child(), and waitForAck().

Referenced by Main::child(), and runSuite().

Referenced by findSuite(), Main::main(), and runFrom().

Referenced by findSuite(), Main::main(), and runFrom().


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