Microsoft.Protocols.TestSuites.MS_SITESS.S05_ExportWorkflowTemplate.TestCaseCleanup C# (CSharp) Méthode

TestCaseCleanup() private méthode

private TestCaseCleanup ( ) : void
Résultat void
        public void TestCaseCleanup()
        {
            // Remove all the solution files if they are generated successfully.
            if (this.isSolutionFileCreated)
            {
                this.sutAdapter.EmptyDocumentLibrary(string.Empty, string.Empty, Common.GetConfigurationPropertyValue(Constants.ValidLibraryName, this.Site));
                this.isSolutionFileCreated = false;
            }

            this.sitessAdapter.Reset();
            this.sutAdapter.Reset();
        }