Home | History | Annotate | Download | only in test

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");
6072 const TestInfo* test_info =
6081 const TestInfo* test_info =
6088 // Tests that current_test_info() returns TestInfo for currently running
6091 const TestInfo* test_info =
6094 << "There is a test running so we should have a valid TestInfo.";
6101 // Tests that current_test_info() returns TestInfo for currently running
6103 // use this test to see that the TestInfo object actually changed from
6106 const TestInfo* test_info =
6109 << "There is a test running so we should have a valid TestInfo.";