Home
last modified time | relevance | path

Searched refs:mCurrentTestError (Results 1 – 1 of 1) sorted by relevance

/test/ext/junit-gtest/src/main/cpp/
Dgtest_wrapper.cpp123 mCurrentTestError << "\n" << file_name << ":" << testPartResult.line_number() in OnTestPartResult()
129 const std::string error = mCurrentTestError.str(); in OnTestEnd()
142 mCurrentTestError.str(""); in OnTestEnd()
143 mCurrentTestError.clear(); in OnTestEnd()
163 std::ostringstream mCurrentTestError; member in __anond969778a0111::JUnitNotifyingListener