Lines Matching refs:reporter
16 static void test_basic(skiatest::Reporter* reporter) {
48 REPORTER_ASSERT(reporter, frames.size() == 2);
49 REPORTER_ASSERT(reporter, frames[0] == 0);
50 REPORTER_ASSERT(reporter, frames[1] == 10);
56 REPORTER_ASSERT(reporter, image->width() == layerWidth);
57 REPORTER_ASSERT(reporter, image->height() == layerHeight);
61 REPORTER_ASSERT(reporter, paintColor == SK_ColorBLUE);
68 REPORTER_ASSERT(reporter, image->width() == layerWidth);
69 REPORTER_ASSERT(reporter, image->height() == layerHeight);
72 REPORTER_ASSERT(reporter, innerColor == SK_ColorGREEN);
74 REPORTER_ASSERT(reporter, outerColor == SK_ColorBLUE);
80 DEF_TEST(DebugLayerManagerTest, reporter) {
81 test_basic(reporter);