Home | History | Annotate | Download | only in cintltst

Lines Matching refs:TEST_ASSERT

54 #define TEST_ASSERT(expr) \
239 TEST_ASSERT(This->fLockCount == 0);
240 TEST_ASSERT(This->fMagic == 123456);
249 TEST_ASSERT(This->fMagic == 123456);
257 TEST_ASSERT(This->fMagic == 123456);
259 TEST_ASSERT(This->fLockCount >= 0);
331 TEST_ASSERT(gTotalMutexesInitialized > 0);
332 TEST_ASSERT(gTotalMutexesActive > 0);
339 TEST_ASSERT(gTotalMutexesInitialized > 0);
340 TEST_ASSERT(gTotalMutexesActive == 0);
352 TEST_ASSERT(gTotalMutexesInitialized == 0);
353 TEST_ASSERT(gTotalMutexesActive == 0);
379 TEST_ASSERT(context == gExpectedContext);
387 TEST_ASSERT(context == gExpectedContext);
448 TEST_ASSERT(t == 2);
450 TEST_ASSERT(t == 1);
451 TEST_ASSERT(gIncCount > 0);
452 TEST_ASSERT(gDecCount > 0);
463 TEST_ASSERT(gIncCount == 0);
464 TEST_ASSERT(gDecCount == 0);
470 TEST_ASSERT(gIncCount == 0);
471 TEST_ASSERT(gDecCount == 0);