예제 #1
0
        public void WhenICheckout()
        {
            var cartFile           = CreateCartFile();
            var productCatalogFile = CreateProductCatalogFile();
            var results            = CommandLineApp.Run(cartFile, productCatalogFile);

            base.CommandLineResults = results;
        }
예제 #2
0
파일: Program.cs 프로젝트: yitaom2/ravendb
 public static int Main(string[] args)
 {
     return(CommandLineApp.Run(args));
 }