|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
#include <TestUnit.h>
Inheritance diagram for acdk::tools::aunit::TestCase:
List of all members.
Detailed Description
A single test case.
Constructor & Destructor Documentation
acdk::tools::aunit::TestCase::TestCase |
( |
IN(RString) |
name |
) |
[inline] |
|
virtual acdk::tools::aunit::TestCase::~TestCase |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void acdk::tools::aunit::TestCase::assertImplementation |
( |
bool |
condition, |
|
|
const char * |
str, |
|
|
int |
linenum, |
|
|
const char * |
fileName |
|
) |
|
|
|
native C++ implementation for checking test condition.
Mainly used via testAssert or testAssertComment macros |
void acdk::tools::aunit::TestCase::assertImplementation |
( |
bool |
condition, |
|
|
IN(RString) |
str, |
|
|
int |
linenum, |
|
|
IN(RString) |
fileName |
|
) |
|
|
RString acdk::tools::aunit::TestCase::getName |
( |
|
) |
[inline, virtual] |
|
RString acdk::tools::aunit::TestCase::name |
( |
|
) |
[inline] |
|
virtual void acdk::tools::aunit::TestCase::run |
( |
IN(RTestResult) |
result |
) |
[virtual] |
|
virtual void acdk::tools::aunit::TestCase::runTest |
( |
|
) |
[pure virtual] |
|
virtual void acdk::tools::aunit::TestCase::setUp |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::tools::aunit::TestCase::tearDown |
( |
|
) |
[inline, virtual] |
|
virtual int acdk::tools::aunit::TestCase::testCount |
( |
|
) |
[inline, virtual] |
|
RString acdk::tools::aunit::TestCase::toString |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
will only used in running test
|
|
This can be set to true if no side effect by logging successfull testAsserts.
|
|
if this value is set all test, which needs interaction should be skipped
|
|
|