Home
last modified time | relevance | path

Searched refs:barCalled (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/test/http/
H A Drouter_test.cpp66 bool barCalled = false; in TEST() local
68 [&barCalled](const Request&, const std::shared_ptr<bmcweb::AsyncResp>&, in TEST()
70 barCalled = true; in TEST()
92 EXPECT_TRUE(barCalled); in TEST()