Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

19 static void test_alias_names(skiatest::Reporter* reporter) {
39 REPORTER_ASSERT(reporter, first->uniqueID() == face->uniqueID());
44 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) {
51 REPORTER_ASSERT(reporter, fname.size() > 0);
55 REPORTER_ASSERT(reporter, fnset->count() == set->count());
65 // REPORTER_ASSERT(reporter, sname.size() > 0);
68 // REPORTER_ASSERT(reporter, face.get());
80 DEF_TEST(FontMgr, reporter) {
81 test_fontiter(reporter, FLAGS_verboseFontMgr);
82 test_alias_names(reporter);