Lines Matching full:testinfo
626 // Adds a TestInfo to the unit test.
632 // test_info: the TestInfo object
635 TestInfo* test_info) {
668 // Sets the TestInfo object for the test that's currently running. If
671 void set_current_test_info(TestInfo* a_current_test_info) {
706 // result in each TestCase and TestInfo object.
716 TestInfo* current_test_info() { return current_test_info_; }
717 const TestInfo* current_test_info() const { return current_test_info_; }
848 // This points to the TestInfo for the currently running test. It
852 TestInfo* current_test_info_;