MCPcopy Create free account
hub / github.com/cpputest/cpputest / CommandLineTestRunner

Method CommandLineTestRunner

src/CppUTest/CommandLineTestRunner.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62CommandLineTestRunner::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
68CommandLineTestRunner::~CommandLineTestRunner()
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected