Home | History | Annotate | Download | only in testsupport

Lines Matching refs:webrtc

2  *  Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
32 namespace webrtc {
44 original_working_dir_ = webrtc::test::WorkingDir();
47 webrtc::test::CreateDirectory(resources_path);
72 webrtc::test::CreateDirectory(empty_dummy_dir_);
105 std::string path = webrtc::test::ProjectRootPath();
113 std::string path = webrtc::test::OutputPath();
123 std::string path = webrtc::test::ProjectRootPath();
127 ASSERT_EQ(original_working_dir, webrtc::test::ProjectRootPath());
132 std::string path = webrtc::test::OutputPath();
135 ASSERT_EQ(original_working_dir, webrtc::test::OutputPath());
145 ASSERT_EQ(webrtc::test::kCannotFindProjectRootDir,
146 webrtc::test::ProjectRootPath());
152 ASSERT_EQ("./", webrtc::test::OutputPath());
160 ASSERT_TRUE(webrtc::test::CreateDirectory(directory));
167 std::string working_dir = webrtc::test::WorkingDir();
176 std::string resource = webrtc::test::ResourcePath(kTestName, kExtension);
180 ASSERT_EQ("./", webrtc::test::OutputPath());
184 ASSERT_GT(webrtc::test::GetFileSize(files_.front()), 0u);
188 ASSERT_EQ(0u, webrtc::test::GetFileSize("non-existing-file.tmp"));
191 } // namespace webrtc