Home | History | Annotate | Download | only in gtest

Lines Matching defs:kNonFatalFailure

7996   GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
17097 kNonFatalFailure, // Failed but the test can continue.
17141 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
19283 ::testing::TestPartResult::kNonFatalFailure)