| 60 | } |
| 61 | |
| 62 | CommandLineTestRunner::CommandLineTestRunner(int ac, const char *const *av, TestRegistry* registry) : |
| 63 | output_(NULLPTR), arguments_(NULLPTR), registry_(registry) |
| 64 | { |
| 65 | arguments_ = new CommandLineArguments(ac, av); |
| 66 | } |
| 67 | |
| 68 | CommandLineTestRunner::~CommandLineTestRunner() |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected