protected override void TestInitialize()
        {
            base.TestInitialize();

            testConfig = new TestConfig(BaseTestSite);

            BaseTestSite.DefaultProtocolDocShortName = "BranchCache";

            sutControlAdapter = BaseTestSite.GetAdapter<ISUTControlAdapter>();

            contentInformationUtility = new ContentInformationUtility(BaseTestSite, testConfig, sutControlAdapter);
        }
 public ContentInformationUtility(ITestSite testSite, TestConfig testConfig, ISUTControlAdapter sutControlAdapter)
 {
     this.testSite = testSite;
     this.testConfig = testConfig;
     this.sutControlAdapter = sutControlAdapter;
 }