Searched refs:respString (Results 1 – 1 of 1) sorted by relevance
134 std::string respString; in TEST() local143 respString = std::string((const char*)resp_buf, resp_len); in TEST()149 STRCMP_EQUAL("Yay!", respString.c_str()); in TEST()158 respString = std::string((const char*)resp_buf, resp_len); in TEST()164 STRCMP_EQUAL("Ehh!", respString.c_str()); in TEST()226 std::string respString; in TEST() local235 respString = std::string((const char*)resp_buf, resp_len); in TEST()241 STRCMP_EQUAL("Yay!", respString.c_str()); in TEST()249 respString = std::string((const char*)resp_buf, resp_len); in TEST()255 STRCMP_EQUAL("Yay!", respString.c_str()); in TEST()[all …]
Completed in 9 milliseconds