Home | History | Annotate | Download | only in files

Lines Matching refs:EXPECT_TRUE

20   EXPECT_TRUE(DirectoryExists(test_path));
23 EXPECT_TRUE(dir.Set(test_path));
24 EXPECT_TRUE(dir.IsValid());
30 EXPECT_TRUE(dir.Set(test_path));
32 EXPECT_TRUE(DirectoryExists(test_path));
38 EXPECT_TRUE(DirectoryExists(test_path));
43 EXPECT_TRUE(dir.Set(test_path));
54 EXPECT_TRUE(dir.CreateUniqueTempDir());
56 EXPECT_TRUE(DirectoryExists(test_path));
58 EXPECT_TRUE(base::GetTempDir(&tmp_dir));
59 EXPECT_TRUE(test_path.value().find(tmp_dir.value()) != std::string::npos);
73 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
75 EXPECT_TRUE(DirectoryExists(test_path));
76 EXPECT_TRUE(base_path.IsParent(test_path));
77 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
85 EXPECT_TRUE(dir.CreateUniqueTempDir());
87 EXPECT_TRUE(dir.Delete());
88 EXPECT_TRUE(dir.CreateUniqueTempDir());
91 EXPECT_TRUE(other_dir.Set(dir.Take()));
92 EXPECT_TRUE(dir.CreateUniqueTempDir());
100 EXPECT_TRUE(dir.CreateUniqueTempDir());
103 EXPECT_TRUE(file.IsValid());
109 EXPECT_TRUE(dir.Delete());