| 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 | { |
nothing calls this directly
no test coverage detected