Esempio n. 1
0
File: Main.cs Progetto: jhnwsk/CSpec
        public static void Main(string[] args)
        {
            Console.WriteLine("CSpec Test Runner: \n");

            ConsoleRunner runner = new ConsoleRunner();
            runner.Run(args);
        }
Esempio n. 2
0
        public static void Main(string[] args)
        {
            Console.WriteLine("CSpec Test Runner: \n");

            //my stupid tests!
            //args = new string[3];
            //args[0] = "runner";
            //args[1] = @"C:\Users\BaxServices\Desktop\CSpecSVN\CSpec\bin\Debug\Test\CSpec.TestsSpec.dll"; //path to Spec
            //args[2] = "-a";

            ConsoleRunner runner = new ConsoleRunner();
            runner.Run(args);
        }