Home | History | Annotate | Download | only in src

Lines Matching full:testinfo

629   // Adds a TestInfo to the unit test.
635 // test_info: the TestInfo object
638 TestInfo* test_info) {
671 // Sets the TestInfo object for the test that's currently running. If
674 void set_current_test_info(TestInfo* a_current_test_info) {
709 // result in each TestCase and TestInfo object.
719 TestInfo* current_test_info() { return current_test_info_; }
720 const TestInfo* current_test_info() const { return current_test_info_; }
851 // This points to the TestInfo for the currently running test. It
855 TestInfo* current_test_info_;