public void InitializeTest()
 {
     OptionsPagePackageCS target = testPackage;
     Microsoft_Samples_VisualStudio_IDE_OptionsPage_OptionsPagePackageAccessor accessor = new Microsoft_Samples_VisualStudio_IDE_OptionsPage_OptionsPagePackageAccessor(target);
     accessor.Initialize();
     Assert.IsNotNull(target, "Instance of the OptionsPagePackage object was not initialized successfully.");
 }
        public void InitializeTest()
        {
            OptionsPagePackageCS target = testPackage;
            Microsoft_Samples_VisualStudio_IDE_OptionsPage_OptionsPagePackageAccessor accessor = new Microsoft_Samples_VisualStudio_IDE_OptionsPage_OptionsPagePackageAccessor(target);

            accessor.Initialize();
            Assert.IsNotNull(target, "Instance of the OptionsPagePackage object was not initialized successfully.");
        }