AIT.Tools.VisualStudioTextTransform.Tests.IntegrationTest.TestMainRun C# (CSharp) Méthode

TestMainRun() private méthode

private TestMainRun ( ) : void
Résultat void
        public void TestMainRun()
        {
            var testEnv = new TestEnv();
            var result = Program.Main(new[] {testEnv.SolutionFile});
            Assert.IsTrue(result == 0);
        }
    }
IntegrationTest