Home | History | Annotate | Download | only in src

Lines Matching refs:TestInfo

619   // Adds a TestInfo to the unit test.
625 // test_info: the TestInfo object
628 TestInfo* test_info) {
661 // Sets the TestInfo object for the test that's currently running. If
664 void set_current_test_info(TestInfo* a_current_test_info) {
699 // result in each TestCase and TestInfo object.
709 TestInfo* current_test_info() { return current_test_info_; }
710 const TestInfo* current_test_info() const { return current_test_info_; }
841 // This points to the TestInfo for the currently running test. It
845 TestInfo* current_test_info_;