PrevUpHomeNext

test::WSClient::findMsg

Retrieve a message that meets the predicate criteria.

Synopsis
boost::optional< Json::Value >
findMsg(
    std::chrono::milliseconds const& timeout,
    std::function< bool(Json::Value const &)> pred);
Description

PrevUpHomeNext