BraceCompleterPackage_IntegrationTests.IntegrationTests.SolutionTests.CreateEmptySolution C# (CSharp) Метод

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

private CreateEmptySolution ( ) : void
Результат void
        public void CreateEmptySolution()
        {
            UIThreadInvoker.Invoke((ThreadInvoker)delegate()
            {
                TestUtils testUtils = new TestUtils();
                testUtils.CloseCurrentSolution(__VSSLNSAVEOPTIONS.SLNSAVEOPT_NoSave);
                testUtils.CreateEmptySolution(TestContext.TestDir, "EmptySolution");
            });
        }