Lines Matching refs:REPORTER_ASSERT
100 REPORTER_ASSERT(reporter, 10 == cache.count());
105 REPORTER_ASSERT(reporter, NULL != found && -i == found->fValue);
111 REPORTER_ASSERT(reporter, NULL == found);
119 REPORTER_ASSERT(reporter, 20 == cache.count());
126 REPORTER_ASSERT(reporter, NULL == found);
131 REPORTER_ASSERT(reporter, NULL != found && found->fValue > 0);
140 REPORTER_ASSERT(reporter, NULL == found);
145 REPORTER_ASSERT(reporter, NULL != found && found->fValue < 0);
153 REPORTER_ASSERT(reporter, 18 == cache.count());
156 REPORTER_ASSERT(reporter, NULL == found);
162 REPORTER_ASSERT(reporter, 0 == cache.count());