Lines Matching defs:test_info
796 const ::testing::TestInfo* const test_info =
799 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
803 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
805 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
825 const ::testing::TestInfo* const test_info =
828 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());