Home | History | Annotate | Download | only in test

Lines Matching defs:test_info

798   const ::testing::TestInfo* const test_info =
801 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
805 EXPECT_STREQ(index_stream.GetString().c_str(), test_info->name());
807 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
827 const ::testing::TestInfo* const test_info =
830 EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());