Lines Matching refs:TestInfo
5098 // Tests the TestInfo class.
5102 static const TestInfo* GetTestInfo(const char* test_name) {
5107 const TestInfo* const test_info = test_case->GetTestInfo(i);
5115 const TestInfo* test_info) {
5120 // Tests TestInfo::test_case_name() and TestInfo::name().
5122 const TestInfo* const test_info = GetTestInfo("Names");
5128 // Tests TestInfo::result().
5130 const TestInfo* const test_info = GetTestInfo("result");
6163 const TestInfo* test_info =
6172 const TestInfo* test_info =
6179 // Tests that current_test_info() returns TestInfo for currently running
6182 const TestInfo* test_info =
6185 << "There is a test running so we should have a valid TestInfo.";
6192 // Tests that current_test_info() returns TestInfo for currently running
6194 // use this test to see that the TestInfo object actually changed from
6197 const TestInfo* test_info =
6200 << "There is a test running so we should have a valid TestInfo.";