Lines Matching full:testinfo
5317 // Tests the TestInfo class.
5321 static const TestInfo* GetTestInfo(const char* test_name) {
5326 const TestInfo* const test_info = test_case->GetTestInfo(i);
5334 const TestInfo* test_info) {
5339 // Tests TestInfo::test_case_name() and TestInfo::name().
5341 const TestInfo* const test_info = GetTestInfo("Names");
5347 // Tests TestInfo::result().
5349 const TestInfo* const test_info = GetTestInfo("result");
6382 const TestInfo* test_info =
6391 const TestInfo* test_info =
6398 // Tests that current_test_info() returns TestInfo for currently running
6401 const TestInfo* test_info =
6404 << "There is a test running so we should have a valid TestInfo.";
6411 // Tests that current_test_info() returns TestInfo for currently running
6413 // use this test to see that the TestInfo object actually changed from
6416 const TestInfo* test_info =
6419 << "There is a test running so we should have a valid TestInfo.";