Home | History | Annotate | Download | only in win

Lines Matching full:collector

55     // Sets up the log collector.
81 // Calls back to the collector to start collecting logs for this test.
87 // Calls back to the collector with the partial result. If the collector
95 // Calls back to the collector to handle the collected log for the test that
121 // Tears down the log collector.
134 // The Google Test unit test into which the collector has been installed.
138 // each test. Created/destroyed at collector SetUp and TearDown.
141 // The test logger. Initialized/Unintitialized at collector SetUp and
181 << "Cannot install the test log collector in multiple unit tests.";
185 // Remove the default result printer and install the collector's listener
192 LOG(ERROR) << "Failed to initialize the test log collector on account of "