Searched refs:BazReady (Results 1 – 1 of 1) sorted by relevance
367 bool BazReady = false; in TEST_F() local376 BazReady = true; in TEST_F()410 EXPECT_FALSE(BazReady) << "\"Baz\" should not be ready yet"; in TEST_F()419 EXPECT_FALSE(BazReady) << "\"Baz\" still should not be ready"; in TEST_F()427 EXPECT_TRUE(BazReady) << "\"Baz\" should be ready now"; in TEST_F()