Searched refs:kSkip (Results 1 – 5 of 5) sorted by relevance
50 r4_(TestPartResult::kSkip, "foo/bar.cc", 2, "Skipped!") {} in TestPartResultTest()105 const TestPartResult skip(TestPartResult::kSkip, "file.cc", 42, "message"); in TEST_F()118 EXPECT_EQ(TestPartResult::kSkip, r4_.type()); in TEST_F()
57 kSkip // Skipped. enumerator94 bool skipped() const { return type_ == kSkip; } in skipped()
53 : result.type() == TestPartResult::kSkip in operator <<()
2896 case TestPartResult::kSkip: in TestPartResultTypeToString()3223 case TestPartResult::kSkip: in OnTestPartResult()4737 result_type != TestPartResult::kSkip) { in AddTestPartResult()5256 if (test_part_result.type() == TestPartResult::kSkip) { in RunAllTests()
1212 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kSkip)