Home | History | Annotate | Download | only in tests

Lines Matching refs:Reporter

38 #define ASSERT(x) REPORTER_ASSERT(reporter, x)
40 static void test_growth(skiatest::Reporter* reporter) {
68 static void test_add(skiatest::Reporter* reporter) {
80 static void test_lookup(skiatest::Reporter* reporter) {
116 static void test_remove(skiatest::Reporter* reporter) {
143 DEF_TEST(DynamicHash, reporter) {
144 test_growth(reporter);
145 test_add(reporter);
146 test_lookup(reporter);
147 test_remove(reporter);