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

Method CommandLineArguments

src/CppUTest/CommandLineArguments.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#include "CppUTest/PlatformSpecificFunctions.h"
31
32CommandLineArguments::CommandLineArguments(int ac, const char *const *av) :
33 ac_(ac), av_(av), needHelp_(false), verbose_(false), veryVerbose_(false), color_(false), runTestsAsSeperateProcess_(false), listTestGroupNames_(false), listTestGroupAndCaseNames_(false), runIgnored_(false), reversing_(false), shuffling_(false), shufflingPreSeeded_(false), repeat_(1), shuffleSeed_(0), groupFilters_(NULLPTR), nameFilters_(NULLPTR), outputType_(OUTPUT_ECLIPSE)
34{
35}
36
37CommandLineArguments::~CommandLineArguments()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected