Home | History | Annotate | Download | only in tests

Lines Matching refs:REPORTER_ASSERT

39             REPORTER_ASSERT(reporter, recorder.empty());
43 REPORTER_ASSERT(reporter, i == *GrNEW_APPEND_TO_RECORDER(recorder,
46 REPORTER_ASSERT(reporter, i ==
51 REPORTER_ASSERT(reporter, !recorder.empty());
52 REPORTER_ASSERT(reporter, i == recorder.back());
56 REPORTER_ASSERT(reporter, !recorder.empty());
57 REPORTER_ASSERT(reporter, i-1 == recorder.back());
62 REPORTER_ASSERT(reporter, !recorder.empty());
64 REPORTER_ASSERT(reporter, recorder.empty());
93 REPORTER_ASSERT(reporter, 100 == activeRecorderItems);
97 REPORTER_ASSERT(reporter, iter.next());
98 REPORTER_ASSERT(reporter, i == iter->fData);
100 REPORTER_ASSERT(reporter, i == iter->extraData()[j]);
103 REPORTER_ASSERT(reporter, !iter.next());
107 REPORTER_ASSERT(reporter, i == reverseIter->fData);
109 REPORTER_ASSERT(reporter, i == reverseIter->extraData()[j]);
111 REPORTER_ASSERT(reporter, reverseIter.previous() == !!i);
115 REPORTER_ASSERT(reporter, 0 == activeRecorderItems);
142 REPORTER_ASSERT(reporter, fMatrix.isIdentity());
157 REPORTER_ASSERT(reporter, !strcmp("Lorem ipsum dolor sit amet", fString.c_str()));
172 REPORTER_ASSERT(reporter, 1234 == fInt);
173 REPORTER_ASSERT(reporter, 1.234f == fFloat);
196 REPORTER_ASSERT(reporter, ValueAt(i) == data[i]);
254 REPORTER_ASSERT(reporter, 1000 == activeRecorderItems);
262 REPORTER_ASSERT(reporter, !iter.next());
275 REPORTER_ASSERT(reporter, iter.next());
276 REPORTER_ASSERT(reporter, classType == iter->getType());
281 REPORTER_ASSERT(reporter, classType == reverseIter->getType());
283 REPORTER_ASSERT(reporter, reverseIter.previous() == !!i);
290 REPORTER_ASSERT(reporter, 0 == activeRecorderItems); // test_extra_data should call reset().
293 REPORTER_ASSERT(reporter, 0 == activeRecorderItems); // Ensure ~GrTRecorder invokes dtors.