public void TestInit()
 {
     context             = new InMemoryEcaContext();
     indexService        = new Mock <IIndexService>();
     notificationService = new Mock <IIndexNotificationService>();
     service             = new ProgramDocumentService(context, indexService.Object, notificationService.Object, batchSize);
 }
 public void TestInit()
 {
     context           = new InMemoryEcaContext();
     appSettings       = new NameValueCollection();
     connectionStrings = new ConnectionStringSettingsCollection();
     settings          = new AppSettings(appSettings, connectionStrings);
     saveAction        = new AddressToEntityDocumentSaveAction(settings);
 }
 public void TestInit()
 {
     context = new InMemoryEcaContext();
 }