CCUnit project page | CCUnit home page |
#include <ccunit/CCUnitConfig.h>
#include <ccunit/CCUnitTestCase.h>
Include dependency graph for CCUnitTestFailure.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | CCUnitTestFailure |
Collects a failed test together with the failed assertion. More... | |
Typedefs | |
typedef CCUnitTestFailure | CCUnitTestFailure |
Collects a failed test together with the failed assertion. | |
Functions | |
CCUnitTestFailure * | ccunit_newTestFailure (const char *file, unsigned int line, const char *condstr, const char *expect, const char *actual) |
Create new test failure. | |
void | ccunit_deleteTestFailure (CCUnitTestFailure *failure) |
Delete test failure object. |
|
hosts this site. |
Send comments to: CCUnit Developer |