public void TestGetArgType(string arg, CommandLineArgType correctType)
 {
     Assert.AreEqual(correctType, CommandLineArgs.GetArgType(arg));
 }