Ejemplo n.º 1
0
 public void TestParseCommandLine9()
 {
     Assert.IsFalse(CommandLineValidator.IsCommandLineValid(new[] { "-osjfjs" }));
 }
Ejemplo n.º 2
0
 public void TestParseCommandLine7()
 {
     Assert.IsFalse(CommandLineValidator.IsCommandLineValid(new[] { "osjfjs", "lskfjjf", "sfjdskdf" }));
 }
Ejemplo n.º 3
0
 public void TestParseCommandLine4()
 {
     Assert.IsFalse(CommandLineValidator.IsCommandLineValid(new[] { "-ea", "-ca" }));
 }
Ejemplo n.º 4
0
 public void TestParseCommandLine6()
 {
     Assert.IsFalse(CommandLineValidator.IsCommandLineValid(new[] { "-cw:ssid", "-cw:pwd" }));
 }
Ejemplo n.º 5
0
 public void TestParseCommandLine3()
 {
     Assert.IsFalse(CommandLineValidator.IsCommandLineValid(new[] { "asdlkfjlasd;kfjs;lakdfj" }));
 }