Searched refs:BarReady (Results 1 – 1 of 1) sorted by relevance
507 bool BarReady = false; in TEST_F() local515 BarReady = true; in TEST_F()577 EXPECT_FALSE(BarReady) << "\"Bar\" should not be ready yet"; in TEST_F()588 EXPECT_FALSE(BarReady) << "\"Bar\" still should not be ready"; in TEST_F()597 EXPECT_TRUE(BarReady) << "\"Bar\" should be ready now"; in TEST_F()