Go to the source code of this file.
#define TESTC |
( |
|
name | ) |
temp=epicsAtomicGetSizeT(&name::num_instances); ok &= temp==0; testDiag("num. live " #name " %u", (unsigned)temp) |
Definition at line 345 of file testmon.cpp.
352 TEST_METHOD(TestMonitor, test_overflow_downstream);
356 #define TESTC(name) temp=epicsAtomicGetSizeT(&name::num_instances); ok &= temp==0; testDiag("num. live " #name " %u", (unsigned)temp) 363 testOk(ok,
"All instances free'd");
void testPlan(int plan)
Declare the test plan, required.
#define TEST_METHOD(klass, method)
int testDone(void)
Mark the end of testing.
int testOk(int pass, const char *fmt,...)