Exemplo n.º 1
0
        public void ArgumentHelp_can_be_read_and_set()
        {
            var argHelp = new migrate::CmdLine.CommandArgumentHelp(typeof(SomeCommandLineClass));

            Assert.Same(
                argHelp, new migrate::CmdLine.CommandLineException("")
            {
                ArgumentHelp = argHelp
            }.ArgumentHelp);
        }
 public void ArgumentHelp_can_be_read_and_set()
 {
     var argHelp = new migrate::CmdLine.CommandArgumentHelp(typeof(SomeCommandLineClass));
     Assert.Same(
         argHelp, new migrate::CmdLine.CommandLineException("")
         {
             ArgumentHelp = argHelp
         }.ArgumentHelp);
 }