示例#1
0
 public static int Main(string[] args)
 {
     Console.ForegroundColor = ConsoleColor.Red;
     Console.WriteLine("Note: nunit-console shipped with Mono is deprecated, please use the NUnit NuGet package or some other form of acquiring NUnit.");
     Console.ResetColor();
     return(Runner.Main(args));
 }
示例#2
0
        public static int Main(string[] args)
        {
            InternalTrace.Initialize("nunit-console_%p.log");

            return(Runner.Main(args));

            //InternalTrace.Close();
        }
 public static int Main(string[] args)
 {
     return(Runner.Main(args));
 }