CClash.Tests.CompilerTest.DetectNotSupported C# (CSharp) Метод

DetectNotSupported() приватный Метод

private DetectNotSupported ( ) : void
Результат void
        public void DetectNotSupported(params string[] argv)
        {
            var c = new Compiler() { 
                CompilerExe = CompilerPath };
            c.SetWorkingDirectory(InitialDir);
            c.SetEnvironment(Compiler.GetEnvironmentDictionary());
            Assert.IsFalse(c.ProcessArguments(argv));
        }
    }