|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
TestUnit.h File Reference
#include Config.h
#include <acdk.h>
#include <acdk/lang/sys/core_fastmutex.h>
#include <acdk/lang/sys/core_guard.h>
#include TestException.h
#include Test.h
#include TestFailure.h
#include TestResult.h
|
Namespaces |
namespace | acdk |
namespace | acdk::tools |
namespace | acdk::tools::aunit |
Defines |
#define | testAssert(condition) ::acdk::tools::aunit::TestCase::activeTest->assertImplementation ((condition),(#condition), __LINE__, __FILE__) |
| Test a test condition.
|
#define | testAssertUc(condition) ::acdk::tools::aunit::TestCase::activeTest->assertImplementation ((condition),RString((_US(#condition))), __LINE__, __FILE__) |
| Test a test condition.
|
#define | testAssertComment(condition, comment) ::acdk::tools::aunit::TestCase::activeTest->assertImplementation ((condition),(comment), __LINE__, __FILE__) |
| Test a test condition.
|
|
|