Esempio n. 1
0
 public void EmptySwitch()
 {
     StringEmptySwitch config = new StringEmptySwitch();
     CommandLineParser parser = new CommandLineParser(string.Empty, config);
 }
Esempio n. 2
0
        public void EmptySwitch()
        {
            StringEmptySwitch config = new StringEmptySwitch();

            Assert.Throws <ArgumentNullException>(() => new CommandLineParser(string.Empty, config));
        }
 public void EmptySwitch()
 {
     StringEmptySwitch config = new StringEmptySwitch();
     CommandLineParser parser = new CommandLineParser(string.Empty, config);
 }