#pragma once #include #include #include #include // Just a wrapper to stand out from strings. struct ExpectingException { std::string exception_message; }; /// Verify that connection fails with some specific message. class ConnectionFailedClientTest : public testing::TestWithParam< std::tuple> {};