Home | History | Annotate | Download | only in test

Lines Matching full:testinfo

105   TestInfo test_info_obj_;  // The name test_info_ was taken by testing::Test.
229 using testing::TestInfo;
1945 const TestInfo* test_info = UnitTest::GetInstance()->current_test_info();
5172 // Tests the TestInfo class.
5176 static const TestInfo* GetTestInfo(const char* test_name) {
5181 const TestInfo* const test_info = test_case->GetTestInfo(i);
5189 const TestInfo* test_info) {
5194 // Tests TestInfo::test_case_name() and TestInfo::name().
5196 const TestInfo* const test_info = GetTestInfo("Names");
5202 // Tests TestInfo::result().
5204 const TestInfo* const test_info = GetTestInfo("result");
6237 const TestInfo* test_info =
6246 const TestInfo* test_info =
6253 // Tests that current_test_info() returns TestInfo for currently running
6256 const TestInfo* test_info =
6259 << "There is a test running so we should have a valid TestInfo.";
6266 // Tests that current_test_info() returns TestInfo for currently running
6268 // use this test to see that the TestInfo object actually changed from
6271 const TestInfo* test_info =
6274 << "There is a test running so we should have a valid TestInfo.";