Searched refs:second_framework (Results 1 – 2 of 2) sorted by relevance
87 const std::string second_framework("Bar.framework"); in TEST() local90 shared.config_values().frameworks().push_back(second_framework); in TEST()97 EXPECT_EQ(second_framework, shared_info.all_frameworks[0]); in TEST()
108 const std::string second_framework("Bar.framework"); in TEST_F() local111 shared.config_values().frameworks().push_back(second_framework); in TEST_F()117 EXPECT_EQ(second_framework, shared.all_frameworks()[0]); in TEST_F()