Searched refs:ExpectFeatures (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/test/ |
D | scoped_feature_list_unittest.cc | 23 void ExpectFeatures(const std::string& enabled_features, in ExpectFeatures() function 64 ExpectFeatures(std::string(), std::string()); in TEST_F() 69 ExpectFeatures("TestFeature1", std::string()); in TEST_F() 72 ExpectFeatures(std::string(), std::string()); in TEST_F() 85 ExpectFeatures(std::string(), std::string()); in TEST_F() 107 ExpectFeatures(std::string(), std::string()); in TEST_F() 130 ExpectFeatures("TestFeature1<foo,TestFeature2", std::string()); in TEST_F() 153 ExpectFeatures("TestFeature1<foo,TestFeature2", std::string()); in TEST_F() 175 ExpectFeatures("TestFeature1<foo,TestFeature2", std::string()); in TEST_F() 191 ExpectFeatures("TestFeature1", std::string()); in TEST_F() [all …]
|