Home | History | Annotate | Download | only in gtest

Lines Matching defs:kNonFatalFailure

7995   GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
17096 kNonFatalFailure, // Failed but the test can continue.
17140 bool nonfatally_failed() const { return type_ == kNonFatalFailure; }
19282 ::testing::TestPartResult::kNonFatalFailure)