Lines Matching refs:Reporter
13 static void test_filepath_creation(skiatest::Reporter* reporter) {
18 REPORTER_ASSERT(reporter, result.equals("test/path/test"));
21 static void test_get_basename(skiatest::Reporter* reporter) {
25 REPORTER_ASSERT(reporter, result.equals("basename"));
30 REPORTER_ASSERT(reporter, result.equals("dir"));
35 REPORTER_ASSERT(reporter, result.equals("path"));
41 REPORTER_ASSERT(reporter, result.equals("winbasename"));
46 REPORTER_ASSERT(reporter, result.equals("windir"));
50 DEF_TEST(PictureUtils, reporter) {
51 test_filepath_creation(reporter);
52 test_get_basename(reporter);