AIT.Tools.VisualStudioTextTransform.Tests.IntegrationTest.TestMainRun C# (CSharp) Метод

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

private TestMainRun ( ) : void
Результат void
        public void TestMainRun()
        {
            var testEnv = new TestEnv();
            var result = Program.Main(new[] {testEnv.SolutionFile});
            Assert.IsTrue(result == 0);
        }
    }
IntegrationTest