BuildStatisticsSample_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");
            });
        }