Home | History | Annotate | Download | only in tests

Lines Matching full:reporter

61 DEF_TEST(HashCache, reporter) {
94 REPORTER_ASSERT(reporter, 10 == cache.count());
99 REPORTER_ASSERT(reporter, NULL != found && -i == found->fValue);
105 REPORTER_ASSERT(reporter, NULL == found);
113 REPORTER_ASSERT(reporter, 20 == cache.count());
120 REPORTER_ASSERT(reporter, NULL == found);
125 REPORTER_ASSERT(reporter, NULL != found && found->fValue > 0);
134 REPORTER_ASSERT(reporter, NULL == found);
139 REPORTER_ASSERT(reporter, NULL != found && found->fValue < 0);
147 REPORTER_ASSERT(reporter, 18 == cache.count());
150 REPORTER_ASSERT(reporter, NULL == found);