Home | History | Annotate | Download | only in test

Lines Matching refs:TestInfo

4238 // Tests the TestInfo class.
4242 static TestInfo * GetTestInfo(const char* test_name) {
4249 const TestInfo* test_info) {
4254 // Tests TestInfo::test_case_name() and TestInfo::name().
4256 TestInfo * const test_info = GetTestInfo("Names");
4262 // Tests TestInfo::result().
4264 TestInfo * const test_info = GetTestInfo("result");
5118 const TestInfo* test_info =
5127 const TestInfo* test_info =
5134 // Tests that current_test_info() returns TestInfo for currently running
5137 const TestInfo* test_info =
5140 << "There is a test running so we should have a valid TestInfo.";
5147 // Tests that current_test_info() returns TestInfo for currently running
5149 // use this test to see that the TestInfo object actually changed from
5152 const TestInfo* test_info =
5155 << "There is a test running so we should have a valid TestInfo.";