| 110 | } |
| 111 | |
| 112 | SimpleString runAndGetOutput(const int argc, const char* argv[]) |
| 113 | { |
| 114 | CommandLineTestRunnerWithStringBufferOutput commandLineTestRunner(argc, argv, ®istry); |
| 115 | commandLineTestRunner.runAllTestsMain(); |
| 116 | return commandLineTestRunner.fakeConsoleOutputWhichIsReallyABuffer->getOutput(); |
| 117 | } |
| 118 | }; |
| 119 | |
| 120 | TEST(CommandLineTestRunner, OnePluginGetsInstalledDuringTheRunningTheTests) |
no test coverage detected