• Home
  • Raw
  • Download

Lines Matching refs:REPORTER_ASSERT

30     REPORTER_ASSERT(reporter, obj.unique());  in test_autounref()
33 REPORTER_ASSERT(reporter, &obj == tmp.get()); in test_autounref()
34 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
36 REPORTER_ASSERT(reporter, &obj == tmp.release()); in test_autounref()
37 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
38 REPORTER_ASSERT(reporter, nullptr == tmp.release()); in test_autounref()
39 REPORTER_ASSERT(reporter, nullptr == tmp.get()); in test_autounref()
42 REPORTER_ASSERT(reporter, !obj.unique()); in test_autounref()
46 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
52 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
53 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
57 REPORTER_ASSERT(reporter, 0 == tmp.count()); in test_autostarray()
61 REPORTER_ASSERT(reporter, 4 == tmp.count()); in test_autostarray()
64 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
65 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
69 REPORTER_ASSERT(reporter, 0 == tmp.count()); in test_autostarray()
70 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
71 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
74 REPORTER_ASSERT(reporter, 2 == tmp.count()); in test_autostarray()
80 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
81 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
86 REPORTER_ASSERT(reporter, 4 == tmp.count()); in test_autostarray()
90 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
91 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
95 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
96 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
101 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
102 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
105 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
106 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
110 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
111 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
114 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
115 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
133 REPORTER_ASSERT(reporter, array[i-1] <= array[i]); in test_search()
139 REPORTER_ASSERT(reporter, index == i); in test_search()
149 REPORTER_ASSERT(reporter, in test_search()
153 REPORTER_ASSERT(reporter, index <= kSEARCH_COUNT); in test_search()
155 REPORTER_ASSERT(reporter, value < array[index]); in test_search()
157 REPORTER_ASSERT(reporter, value > array[index - 1]); in test_search()
161 REPORTER_ASSERT(reporter, value > array[kSEARCH_COUNT - 1]); in test_search()
176 REPORTER_ASSERT(reporter, count == 2); in test_utf16()
178 REPORTER_ASSERT(reporter, count2 == 1); in test_utf16()
181 REPORTER_ASSERT(reporter, c == gUni[i]); in test_utf16()
182 REPORTER_ASSERT(reporter, ptr - buf == 2); in test_utf16()
210 REPORTER_ASSERT(reporter, n == 1); in DEF_TEST()
211 REPORTER_ASSERT(reporter, u0 == u1); in DEF_TEST()
212 REPORTER_ASSERT(reporter, u0 == gTest[i].fUni); in DEF_TEST()
213 REPORTER_ASSERT(reporter, in DEF_TEST()
249 REPORTER_ASSERT(r, valid_utf8(testcase, strlen(testcase))); in DEF_TEST()
279 REPORTER_ASSERT(r, !valid_utf8(testcase, strlen(testcase))); in DEF_TEST()