Lines Matching refs:EXPECT_STR_EQ

38     EXPECT_STR_EQ("", component_url.c_str());  in TestFileComponentInfoTest()
39 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
44 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
45 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
50 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
51 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
56 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
57 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
62 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
63 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
69 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
70 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
76 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
77 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
83 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
84 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
90 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
91 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
97 EXPECT_STR_EQ("", component_url.c_str()); in TestFileComponentInfoTest()
98 EXPECT_STR_EQ("", cmx_file_path.c_str()); in TestFileComponentInfoTest()
104 EXPECT_STR_EQ("fuchsia-pkg://fuchsia.com/pname#meta/bar.cmx", in TestFileComponentInfoTest()
106 EXPECT_STR_EQ("/pkgfs/packages/pname/meta/bar.cmx", cmx_file_path.c_str()); in TestFileComponentInfoTest()
112 EXPECT_STR_EQ("fuchsia-pkg://fuchsia.com/pname#meta/test_file.cmx", in TestFileComponentInfoTest()
114 EXPECT_STR_EQ("/pkgfs/packages/pname/foo/meta/test_file.cmx", in TestFileComponentInfoTest()
121 EXPECT_STR_EQ("fuchsia-pkg://fuchsia.com/pname#meta/file.cmx", in TestFileComponentInfoTest()
123 EXPECT_STR_EQ("/pkgfs/packages/pname/foo/bar/meta/file.cmx", in TestFileComponentInfoTest()
130 EXPECT_STR_EQ("fuchsia-pkg://fuchsia.com/pname#meta/file.cmx", in TestFileComponentInfoTest()
132 EXPECT_STR_EQ("/pkgfs/packages/pname/foo/bar/meta/file.cmx", in TestFileComponentInfoTest()
139 EXPECT_STR_EQ("fuchsia-pkg://fuchsia.com/pname#meta/test_name.cmx", in TestFileComponentInfoTest()
141 EXPECT_STR_EQ("/pkgfs/packages/pname/0/meta/test_name.cmx", in TestFileComponentInfoTest()
156 EXPECT_STR_EQ(argv[0], result->name.c_str()); in RunTestDontPublishData()