Lines Matching refs:REPORTER_ASSERT
28 REPORTER_ASSERT(reporter, bytes == len);
29 REPORTER_ASSERT(reporter, !memcmp(tmp, src, len));
34 REPORTER_ASSERT(reporter, 0 == bytes);
36 REPORTER_ASSERT(reporter, stream->isAtEnd());
60 REPORTER_ASSERT(reporter, stream.isValid());
70 REPORTER_ASSERT(reporter, stream.isValid());
83 REPORTER_ASSERT(reporter, ds.write(s, 26));
85 REPORTER_ASSERT(reporter, ds.getOffset() == 100 * 26);
90 REPORTER_ASSERT(reporter, dst[100*26] == '*');
92 REPORTER_ASSERT(reporter, memcmp(&dst[i * 26], s, 26) == 0);
97 REPORTER_ASSERT(reporter, 100 * 26 == stream->getLength());
98 REPORTER_ASSERT(reporter, ds.getOffset() == 0);
105 REPORTER_ASSERT(reporter, stream3->isAtEnd());
108 REPORTER_ASSERT(reporter, 0 == bytes);
114 REPORTER_ASSERT(reporter, ds.write(s, 26));
116 REPORTER_ASSERT(reporter, ds.getOffset() == 100 * 26);
120 REPORTER_ASSERT(reporter, 100 * 26 == data->size());
121 REPORTER_ASSERT(reporter, memcmp(dst, data->data(), data->size()) == 0);
127 REPORTER_ASSERT(reporter, ds.getOffset() == 0);
158 REPORTER_ASSERT(reporter, success);
168 REPORTER_ASSERT(reporter, sizes[i] == n);