Searched refs:checkOutMsg (Results 1 – 1 of 1) sorted by relevance
320 auto checkOutMsg = strstr(outMsg, suite.expOutMsg) != nullptr; in TEST_F() local321 … ASSERT_TRUE(checkOutMsg) << "Unexpected output message at index " << index << ": " << outMsg; in TEST_F()