Example #1
0
        static void Main(string[] args)
        {
            DebugEx.IndentSize = 2;
            DebugEx.AutoFlush = true;
            DebugEx.AddConsoleListener();
            ConsoleEx.AskInteractive();

            TestsLauncher.Execute();
            ConsoleEx.ReadLine("\n=== Press [Enter] to finish... ");
        }