[ CCUnit project page ] [ CCUnit home page ]
Functions

CCUnitTestResult.c File Reference

TestResult module implementation. More...

#include <ccunit/CCUnitTestResult.h>
#include <ccunit/CCUnitTestCase.h>
#include <stdio.h>
Include dependency graph for CCUnitTestResult.c:

Functions

void _ccunit_runBare (CCUnitTestCase *testCase, void(*runTest)(), CCUnitTestResult *result)
void _ccunit_startTest (CCUnitTestResult *result, struct CCUnitTestFunc *test)
 Informs the result that a test will be started.
void _ccunit_endTest (CCUnitTestResult *result, struct CCUnitTestFunc *test)
 Informs the result that a test was completed.
CCUnitTestResultccunit_newTestResult ()
 Construct TestResult.
void ccunit_deleteTestResult (CCUnitTestResult *result)
 Destruct TestResult.
void ccunit_addResultListener (CCUnitTestResult *result, CCUnitTestListener *listener)
 Registers a TestRunner as TestListener.
void ccunit_addFailure (CCUnitTestResult *result, struct CCUnitTestFailure *failure)
 Adds a failure to the list of failures.
size_t ccunit_failureCount (CCUnitTestResult *result)
 Gets the number of detected failures.
bool ccunit_wasSuccessful (CCUnitTestResult *result)
 Returns whether the entire test was successful or not.
void ccunit_stopTest (CCUnitTestResult *result)
 Marks that the test run should stop.
size_t ccunit_runCount (CCUnitTestResult *result)
 Gets the number of run tests.
CCUnitListIteratorccunit_failures (CCUnitTestResult *result)
 Returns an Iterator for the failures.

Detailed Description

TestResult module implementation.

SourceForge.jp hosts this site. Send comments to: CCUnit Developer