Lines Matching defs:listeners

692   unit_test_->listeners()->repeater()->OnTestPartResult(result);
2637 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
2639 // Notifies the unit test event listeners that a test is about to start.
2765 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
3235 // This class forwards events to other event listeners.
3266 // The list of listeners that receive events.
3293 // This defines a member that forwards the call to all listeners.
3302 // This defines a member that forwards the call to all listeners in reverse
3899 // output. Can be removed from the listeners list to shut down default
3954 // listeners in the list.
4079 // Returns the list of event listeners that can be used to track events
4081 TestEventListeners& UnitTest::listeners() {
4082 return *impl()->listeners();
4260 "auxiliary test code (environments or event listeners)") ? 0 : 1;
4354 listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter);
4394 listeners()->SuppressEventForwarding();
4398 // Initializes event listeners performing XML output as specified by
4403 listeners()->SetDefaultXmlGenerator(new XmlUnitTestResultPrinter(
4413 // Initializes event listeners for streaming test results in string form.
4420 listeners()->Append(new StreamingListener(target.substr(0, pos),
4443 listeners()->Append(new GTEST_CUSTOM_TEST_EVENT_LISTENER_());
4456 // Configures listeners for XML output. This makes it possible for users
4461 // Configures listeners for streaming test results to the specified server.
4608 TestEventListener* repeater = listeners()->repeater();
4634 // Tells the unit test event listeners that the tests are about to start.