public void TestCaseInitialize() { this.meetsAdapter = this.Site.GetAdapter <IMS_MEETSAdapter>(); Common.CheckCommonProperties(this.Site, true); this.meetsAdapter.Url = Common.GetConfigurationPropertyValue("TargetServiceUrl", this.Site); this.sutControlAdapter = Site.GetAdapter <IMS_MEETSSUTControlAdapter>(); // Make sure the test environment is clean before test case run. bool isClean = this.sutControlAdapter.PrepareTestEnvironment(this.meetsAdapter.Url); this.Site.Assert.IsTrue(isClean, "The specified site should not have meeting workspaces."); // Initialize the TestSuiteBase TestSuiteBase.Initialize(this.Site); }