Torc  0.1
torcxsdtest.h
Go to the documentation of this file.
1 #ifndef TORCXSDTEST_H
2 #define TORCXSDTEST_H
3 
4 // Qt
5 #include <QString>
6 
7 // Torc
8 #include "torccommandline.h"
10 {
11  public:
12  static int RunXSDTestSuite (TorcCommandLine *CommandLine);
13 
14  private:
15  TorcXSDTest() = default;
16  ~TorcXSDTest() = default;
17 };
18 
19 #endif // TORCXSDTEST_H
Torc command line handler.
static int RunXSDTestSuite(TorcCommandLine *CommandLine)
Perform XSD test validation of XML files.
Definition: torcxsdtest.cpp:90