MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / default_xml_generator

Function default_xml_generator

tests/gtest/gtest.h:13641–13643  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected