CUnit Programmers Reference
3.0
|
Data type for holding statistics and assertion failures for a test run. More...
#include <TestRun.h>
Data Fields | |
unsigned int | nSuitesRun |
Number of suites completed during run. | |
unsigned int | nSuitesFailed |
Number of suites for which initialization failed. | |
unsigned int | nSuitesInactive |
Number of suites which were inactive. | |
unsigned int | nTestsRun |
Number of tests completed during run. | |
unsigned int | nTestsFailed |
Number of tests containing failed assertions. | |
unsigned int | nTestsInactive |
Number of tests which were inactive (in active suites). | |
unsigned int | nAsserts |
Number of assertions tested during run. | |
unsigned int | nAssertsFailed |
Number of failed assertions. | |
unsigned int | nFailureRecords |
Number of failure records generated. | |
double | ElapsedTime |
Elapsed time for run in seconds. | |
unsigned int | nTestsSkipped |
Number of tests skipped during execution. | |
unsigned int | nSuitesSkipped |
Number of suites skipped during execution. | |
Data type for holding statistics and assertion failures for a test run.