Home | History | Annotate | Download | only in tests

Lines Matching refs:reporter

11 static void TestISize(skiatest::Reporter* reporter) {
15 REPORTER_ASSERT(reporter, a.isEmpty());
17 REPORTER_ASSERT(reporter, a.isEmpty());
19 REPORTER_ASSERT(reporter, a.isEmpty());
21 REPORTER_ASSERT(reporter, a == b);
24 REPORTER_ASSERT(reporter, !a.isEmpty());
26 REPORTER_ASSERT(reporter, !b.isEmpty());
27 REPORTER_ASSERT(reporter, a == b);
28 REPORTER_ASSERT(reporter, !(a != b));
29 REPORTER_ASSERT(reporter,
33 DEF_TEST(Size, reporter) {
34 TestISize(reporter);
43 REPORTER_ASSERT(reporter, a.isEmpty());
45 REPORTER_ASSERT(reporter, a.isEmpty());
47 REPORTER_ASSERT(reporter, a.isEmpty());
49 REPORTER_ASSERT(reporter, a == b);
52 REPORTER_ASSERT(reporter, !a.isEmpty());
54 REPORTER_ASSERT(reporter, !b.isEmpty());
55 REPORTER_ASSERT(reporter, a == b);
56 REPORTER_ASSERT(reporter, !(a != b));
57 REPORTER_ASSERT(reporter,
63 REPORTER_ASSERT(reporter, a.toRound() == ia);