Returns the standard listener responsible for the default XML output controlled by the --gtest_output=xml flag. Can be removed from the listeners list by users who want to shut down the default XML output controlled by this flag and substitute it with custom one. Note that removing this object from the listener list with Release transfers its ownership to the caller and makes this function retur
| 13639 | // ownership to the caller and makes this function return NULL the next |
| 13640 | // time. |
| 13641 | TestEventListener* default_xml_generator() const { |
| 13642 | return default_xml_generator_; |
| 13643 | } |
| 13644 | |
| 13645 | private: |
| 13646 | friend class TestSuite; |
nothing calls this directly
no outgoing calls
no test coverage detected