Lines Matching refs:reporter
16 DEF_TEST(SkShaperTest_cluster, reporter) {
56 REPORTER_ASSERT(reporter, a.glyphStartIndex == glyphStartIndex);
57 REPORTER_ASSERT(reporter, a.glyphEndIndex == glyphEndIndex );
58 REPORTER_ASSERT(reporter, a.utf8StartIndex == utf8StartIndex );
59 REPORTER_ASSERT(reporter, a.utf8EndIndex == utf8EndIndex );
62 REPORTER_ASSERT(reporter, false, "Too many clusters");
69 REPORTER_ASSERT(reporter, answerCount == oneCase.answers.size());
73 DEF_TEST(SkShaperTest_VisualizeCluster, reporter) {
105 REPORTER_ASSERT(reporter, a.utf8 == toCheckUtf8);
107 REPORTER_ASSERT(reporter, a.glyphIDs == toCheckGlyphIDs);
110 REPORTER_ASSERT(reporter, false, "Too many clusters");
126 DEF_TEST(SkShaperTest_basic, reporter) {