Searched defs:IntlProfileWatcherTest (Results 1 – 2 of 2) sorted by relevance
176 class IntlProfileWatcherTest : public testing::Test { class178 IntlProfileWatcherTest() in IntlProfileWatcherTest() function in base::IntlProfileWatcherTest274 TEST_F(IntlProfileWatcherTest, NoZones_NoNotification) { in TEST_F() argument281 TEST_F(IntlProfileWatcherTest, ChangeNotification_AfterInitialization) { in TEST_F() argument297 TEST_F(IntlProfileWatcherTest, ChangeNotification_BeforeInitialization) { in TEST_F() argument314 TEST_F(IntlProfileWatcherTest, ChannelClosedBeforeCreation) { in TEST_F() argument327 TEST_F(IntlProfileWatcherTest, ChannelClosedAfterCreation) { in TEST_F() argument
57 friend class IntlProfileWatcherTest; variable