Lines Matching defs:testing
52 namespace testing {
94 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
220 // The death testing framework causes this to have interesting semantics,
316 if (::testing::internal::AlwaysTrue()) { \
319 } else if (::testing::internal::AlwaysFalse()) { \
320 ::testing::internal::RE::PartialMatch(".*", (regex)); \
324 ::testing::Message()
343 } // namespace testing