MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / TEST_CLASS

Function TEST_CLASS

UnitTest/UnitTest.cpp:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 TEST_CLASS(XCopyParser)
111 {
112 static inline FastCopyCommandParser parser;
113
114 public:
115 TEST_CLASS_INITIALIZE(SetupParser)
116 {
117 parser.parseHelp(parser.runHelp(FastCopyCommandParser::Command::xcopy));
118 }
119
120 TEST_METHOD(ParseHelp)
121 {

Callers

nothing calls this directly

Calls 6

MakeTestFilesFunction · 0.85
MakeTestFoldersFunction · 0.85
DestinationMethod · 0.80
SizeMethod · 0.80
dataMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected