CSPspEmu.Program.RunTests C# (CSharp) Method

RunTests() static private method

static private RunTests ( bool RunTestsViewOut, string Arguments, int Timeout ) : void
RunTestsViewOut bool
Arguments string
Timeout int
return void
        static void RunTests(bool RunTestsViewOut, string[] Arguments, int Timeout)
        {
            AutoTestsProgram.Main(RunTestsViewOut, Arguments.ToArray(), Timeout);
            Environment.Exit(0);
        }