|
|
| MockTestResult (TestOutput &p) |
| |
|
void | resetCount () |
| |
|
virtual void | testsStarted () |
| |
|
virtual void | testsEnded () |
| |
|
virtual void | currentTestStarted (UtestShell *) |
| |
|
virtual void | currentTestEnded (UtestShell *) |
| |
|
virtual void | currentGroupStarted (UtestShell *) |
| |
|
virtual void | currentGroupEnded (UtestShell *) |
| |
|
| TestResult (TestOutput &) |
| |
|
virtual void | countTest () |
| |
|
virtual void | countRun () |
| |
|
virtual void | countCheck () |
| |
|
virtual void | countFilteredOut () |
| |
|
virtual void | countIgnored () |
| |
|
virtual void | addFailure (const TestFailure &failure) |
| |
|
virtual void | print (const char *text) |
| |
|
virtual void | setProgressIndicator (const char *) |
| |
|
int | getTestCount () const |
| |
|
int | getRunCount () const |
| |
|
int | getCheckCount () const |
| |
|
int | getFilteredOutCount () const |
| |
|
int | getIgnoredCount () const |
| |
|
int | getFailureCount () const |
| |
|
long | getTotalExecutionTime () const |
| |
|
void | setTotalExecutionTime (long exTime) |
| |
|
long | getCurrentTestTotalExecutionTime () const |
| |
|
long | getCurrentGroupTotalExecutionTime () const |
| |
|
|
int | countTestsStarted |
| |
|
int | countTestsEnded |
| |
|
int | countCurrentTestStarted |
| |
|
int | countCurrentTestEnded |
| |
|
int | countCurrentGroupStarted |
| |
|
int | countCurrentGroupEnded |
| |
The documentation for this class was generated from the following file:
- tests/TestRegistryTest.cpp