예제 #1
0
 public void TestInitialize()
 {
     _page         = new ApplicationPropPageVBWinForms();
     _accessor     = new Microsoft_VisualStudio_Editors_PropertyPages_ApplicationPropPageVBWinFormsAccessor(_page);
     _baseAccessor = new Microsoft_VisualStudio_Editors_PropertyPages_ApplicationPropPageVBBaseAccessor(_page);
     _standardApplicationPageTests = new StandardTestsForApplicationPropPageVBBaseDescendentPropertyPages(_page);
     _fakeHosting = new FakePropertyPageHosting_NonConfigDependent();
 }
 public StandardTestsForApplicationPropPageVBBaseDescendentPropertyPages(ApplicationPropPageVBBase page)
 {
     _page     = page;
     _accessor = new Microsoft_VisualStudio_Editors_PropertyPages_ApplicationPropPageVBBaseAccessor(_page);
 }