public void TestInitialize()
 {
     KnownUIContextsAccessor.Reset();
     this.serviceProvider = new ConfigurableServiceProvider();
     this.queryEditAndSave = new ConfigurableVsQueryEditQuerySave2();
     this.serviceProvider.RegisterService(typeof(SVsQueryEditQuerySave), this.queryEditAndSave);
     this.fileSystem = new ConfigurableFileSystem();
 }
 public void TestInitialize()
 {
     KnownUIContextsAccessor.Reset();
     this.serviceProvider  = new ConfigurableServiceProvider();
     this.queryEditAndSave = new ConfigurableVsQueryEditQuerySave2();
     this.serviceProvider.RegisterService(typeof(SVsQueryEditQuerySave), this.queryEditAndSave);
     this.fileSystem = new ConfigurableFileSystem();
 }