Searched refs:BazReady (Results 1 – 1 of 1) sorted by relevance
527 bool BazReady = false; in TEST_F() local536 BazReady = true; in TEST_F()578 EXPECT_FALSE(BazReady) << "\"Baz\" should not be ready yet"; in TEST_F()589 EXPECT_FALSE(BazReady) << "\"Baz\" still should not be ready"; in TEST_F()598 EXPECT_TRUE(BazReady) << "\"Baz\" should be ready now"; in TEST_F()