Home | History | Annotate | Download | only in Support

Lines Matching refs:testing

136 ::testing::AssertionResult
147 return ::testing::AssertionFailure() << "Expected error code "
152 return ::testing::AssertionFailure()
154 << ::testing::PrintToString(Expected.UnicodeScalars) << "\n"
155 << "Actual result:\n" << ::testing::PrintToString(Decoded);
157 return ::testing::AssertionSuccess();