Lines Matching refs:testing
21 struct CppModuleConfigurationTest : public testing::Test {
71 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
73 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
90 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
92 testing::ElementsAre(libcpp, ResourceInc(), usr, usr_target, in TEST_F()
107 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
109 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
123 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
125 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
141 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
143 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
162 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
164 testing::ElementsAre(libcpp, ResourceInc(), usr, libcpp_target)); in TEST_F()
182 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
184 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
197 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
199 testing::ElementsAre("/usr/include/c++/v2", ResourceInc(), in TEST_F()
215 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre("std")); in TEST_F()
217 testing::ElementsAre("/usr/include/c++/v1", ResourceInc(), in TEST_F()
229 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
230 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
242 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
243 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
257 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
258 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
278 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
279 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()
300 EXPECT_THAT(config.GetImportedModules(), testing::ElementsAre()); in TEST_F()
301 EXPECT_THAT(config.GetIncludeDirs(), testing::ElementsAre()); in TEST_F()