Home | History | Annotate | Download | only in testsupport

Lines Matching refs:kTestName

27 static const std::string kTestName = "fileutils_unittest";
49 files_.push_back(resources_path + kTestName + "." + kExtension);
50 files_.push_back(resources_path + kTestName + "_32." + kExtension);
51 files_.push_back(resources_path + kTestName + "_64." + kExtension);
52 files_.push_back(resources_path + kTestName + "_linux." + kExtension);
53 files_.push_back(resources_path + kTestName + "_mac." + kExtension);
54 files_.push_back(resources_path + kTestName + "_win." + kExtension);
55 files_.push_back(resources_path + kTestName + "_linux_32." + kExtension);
56 files_.push_back(resources_path + kTestName + "_mac_32." + kExtension);
57 files_.push_back(resources_path + kTestName + "_win_32." + kExtension);
58 files_.push_back(resources_path + kTestName + "_linux_64." + kExtension);
59 files_.push_back(resources_path + kTestName + "_mac_64." + kExtension);
60 files_.push_back(resources_path + kTestName + "_win_64." + kExtension);
176 std::string resource = webrtc::test::ResourcePath(kTestName, kExtension);
177 ASSERT_GT(resource.find(kTestName), 0u);