Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3865 GoogleTestFailureException::GoogleTestFailureException( in GoogleTestFailureException() function in testing::internal::GoogleTestFailureException
3938 } catch (const internal::GoogleTestFailureException&) { // NOLINT in HandleExceptionsInMethodIfSupported()
6145 throw internal::GoogleTestFailureException(result); in AddTestPartResult()
Dgtest.h8040 class GTEST_API_ GoogleTestFailureException : public ::std::runtime_error {
8042 explicit GoogleTestFailureException(const TestPartResult& failure);
20797 : public internal::GoogleTestFailureException {
20800 : GoogleTestFailureException(result) {}