[ CCUnit project page ] [ CCUnit home page ]
Data Fields

CCUnitTestFailure Struct Reference
[TestFailureBrowsing collected test result]

Collects a failed test together with the failed assertion. More...

#include <CCUnitTestFailure.h>

Collaboration diagram for CCUnitTestFailure:
Collaboration graph
[legend]

Data Fields

const char * file
 file name
unsigned int line
 line No.
const char * condstr
 test condition
const char * expect
 expect value as string
const char * actual
 actual value as string
const CCUnitTestCasetestCase
 test case object

Detailed Description

Collects a failed test together with the failed assertion.

See also:
TestResult

Field Documentation

actual value as string

Referenced by printFailures().

test condition

Referenced by printFailures().

expect value as string

Referenced by printFailures().

file name

Referenced by printFailures().

line No.

Referenced by printFailures().

test case object

Referenced by printFailures(), and runTest().


The documentation for this struct was generated from the following file:
SourceForge.jp hosts this site. Send comments to: CCUnit Developer