Lines Matching full:current_test_info
6065 // Tests current_test_info() in UnitTest.
6068 // Tests that current_test_info() returns NULL before the first test in
6073 UnitTest::GetInstance()->current_test_info();
6078 // Tests that current_test_info() returns NULL after the last test in
6082 UnitTest::GetInstance()->current_test_info();
6088 // Tests that current_test_info() returns TestInfo for currently running
6092 UnitTest::GetInstance()->current_test_info();
6101 // Tests that current_test_info() returns TestInfo for currently running
6107 UnitTest::GetInstance()->current_test_info();