Searched refs:responseString (Results 1 – 1 of 1) sorted by relevance
24 std::string responseString("Yay!"); in TEST_GROUP() local25 respBuf->data_length = responseString.copy((char*)respBuf->data, respBuf->size); in TEST_GROUP()38 std::string responseString("Ehh!"); in TEST_GROUP() local39 respBuf->data_length = responseString.copy((char*)respBuf->data, respBuf->size); in TEST_GROUP()
Completed in 10 milliseconds