Home | History | Annotate | Download | only in src

Lines Matching refs:listeners

666   unit_test_->listeners()->repeater()->OnTestPartResult(result);
2319 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
2321 // Notifies the unit test event listeners that a test is about to start.
2436 TestEventListener* repeater = UnitTest::GetInstance()->listeners().repeater();
2896 // This class forwards events to other event listeners.
2927 // The list of listeners that receive events.
2954 // This defines a member that forwards the call to all listeners.
2963 // This defines a member that forwards the call to all listeners in reverse
3560 // output. Can be removed from the listeners list to shut down default
3615 // listeners in the list.
3718 // Returns the list of event listeners that can be used to track events
3720 TestEventListeners& UnitTest::listeners() {
3721 return *impl()->listeners();
3874 "auxiliary test code (environments or event listeners)") ? 0 : 1;
3975 listeners()->SetDefaultResultPrinter(new PrettyUnitTestResultPrinter);
3993 listeners()->SuppressEventForwarding();
3997 // Initializes event listeners performing XML output as specified by
4002 listeners()->SetDefaultXmlGenerator(new XmlUnitTestResultPrinter(
4012 // Initializes event listeners for streaming test results in String form.
4019 listeners()->Append(new StreamingListener(target.substr(0, pos),
4050 // Configures listeners
4055 // Configures listeners for streaming test results to the specified server.
4197 TestEventListener* repeater = listeners()->repeater();
4222 // Tells the unit test event listeners that the tests are about to start.