Home | History | Annotate | Download | only in tests

Lines Matching refs:reporter

12 DEF_TEST(ISize, reporter) {
16 REPORTER_ASSERT(reporter, a.isEmpty());
18 REPORTER_ASSERT(reporter, a.isEmpty());
20 REPORTER_ASSERT(reporter, a.isEmpty());
22 REPORTER_ASSERT(reporter, a == b);
25 REPORTER_ASSERT(reporter, !a.isEmpty());
27 REPORTER_ASSERT(reporter, !b.isEmpty());
28 REPORTER_ASSERT(reporter, a == b);
29 REPORTER_ASSERT(reporter, !(a != b));
30 REPORTER_ASSERT(reporter,
34 DEF_TEST(Size, reporter) {
42 REPORTER_ASSERT(reporter, a.isEmpty());
44 REPORTER_ASSERT(reporter, a.isEmpty());
46 REPORTER_ASSERT(reporter, a.isEmpty());
48 REPORTER_ASSERT(reporter, a == b);
51 REPORTER_ASSERT(reporter, !a.isEmpty());
53 REPORTER_ASSERT(reporter, !b.isEmpty());
54 REPORTER_ASSERT(reporter, a == b);
55 REPORTER_ASSERT(reporter, !(a != b));
56 REPORTER_ASSERT(reporter,
62 REPORTER_ASSERT(reporter, a.toRound() == ia);