Searched defs:outcome (Results 1 – 3 of 3) sorted by relevance
36 Outcome outcome = test_result.outcome(); in TestDeathTest() local65 #define TEST_DEATH_TEST(outcome, cause, ...) \ argument67 #define TEST_DEATH_TEST_MATCHES(outcome, cause, matcher, ...) \ argument
161 std::string ToString(Outcome outcome) { in ToString() argument 183 Outcome outcome() const { return outcome_; } in outcome() function
426 DeathTestOutcome outcome() const { return outcome_; } in outcome() function in testing::internal::DeathTestImpl