Home | History | Annotate | Download | only in test

Lines Matching full:current_test_info

5111 // Tests current_test_info() in UnitTest.
5114 // Tests that current_test_info() returns NULL before the first test in
5119 UnitTest::GetInstance()->current_test_info();
5124 // Tests that current_test_info() returns NULL after the last test in
5128 UnitTest::GetInstance()->current_test_info();
5134 // Tests that current_test_info() returns TestInfo for currently running
5138 UnitTest::GetInstance()->current_test_info();
5147 // Tests that current_test_info() returns TestInfo for currently running
5153 UnitTest::GetInstance()->current_test_info();