Searched refs:BarReady (Results 1 – 1 of 1) sorted by relevance
352 bool BarReady = false; in TEST_F() local360 BarReady = true; in TEST_F()409 EXPECT_FALSE(BarReady) << "\"Bar\" should not be ready yet"; in TEST_F()418 EXPECT_FALSE(BarReady) << "\"Bar\" still should not be ready"; in TEST_F()426 EXPECT_TRUE(BarReady) << "\"Bar\" should be ready now"; in TEST_F()