Lines Matching refs:ElementsAre
48 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
50 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
59 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
61 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
70 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
72 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
81 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
83 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
94 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
96 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
103 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
105 testing::ElementsAre("/usr/include/c++/v2", ResourceInc(), in TEST_F()
114 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
116 testing::ElementsAre("/usr/include/c++/v1", ResourceInc(), in TEST_F()
123 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
124 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
130 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
131 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
138 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
139 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
148 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
149 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
158 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
159 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()