Returns the standard listener responsible for the default console output. Can be removed from the listeners list to shut down default console output. Note that removing this object from the listener list with Release transfers its ownership to the caller and makes this function return NULL the next time.
| 13628 | // with Release transfers its ownership to the caller and makes this |
| 13629 | // function return NULL the next time. |
| 13630 | TestEventListener* default_result_printer() const { |
| 13631 | return default_result_printer_; |
| 13632 | } |
| 13633 | |
| 13634 | // Returns the standard listener responsible for the default XML output |
| 13635 | // controlled by the --gtest_output=xml flag. Can be removed from the |
nothing calls this directly
no outgoing calls
no test coverage detected