Home | History | Annotate | Download | only in test

Lines Matching defs:test_info

5107       const TestInfo* const test_info = test_case->GetTestInfo(i);
5108 if (strcmp(test_name, test_info->name()) == 0)
5109 return test_info;
5115 const TestInfo* test_info) {
5116 return test_info->result();
5122 const TestInfo* const test_info = GetTestInfo("Names");
5124 ASSERT_STREQ("TestInfoTest", test_info->test_case_name());
5125 ASSERT_STREQ("Names", test_info->name());
5130 const TestInfo* const test_info = GetTestInfo("result");
5133 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
5136 ASSERT_EQ(0, GetTestResult(test_info)->total_part_count());
6072 const TestInfo* test_info =
6074 EXPECT_TRUE(test_info == NULL)
6081 const TestInfo* test_info =
6083 EXPECT_TRUE(test_info == NULL)
6091 const TestInfo* test_info =
6093 ASSERT_TRUE(NULL != test_info)
6095 EXPECT_STREQ("CurrentTestInfoTest", test_info->test_case_name())
6097 EXPECT_STREQ("WorksForFirstTestInATestCase", test_info->name())
6106 const TestInfo* test_info =
6108 ASSERT_TRUE(NULL != test_info)
6110 EXPECT_STREQ("CurrentTestInfoTest", test_info->test_case_name())
6112 EXPECT_STREQ("WorksForSecondTestInATestCase", test_info->name())