C# Class SIL.FieldWorks.FDO.CoreTests.PersistingLayerTests.MockXMLBackendProvider

Minimal XMLBackendProvider for testing the loading of an xml file.
Inheritance: SIL.FieldWorks.FDO.Infrastructure.Impl.XMLBackendProvider
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
MockXMLBackendProvider ( FdoCache cache, string projName ) : System

Create a minimal XMLBackendProvider for testing the loading of an xml file.

Startup ( ) : void
StartupExtant ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
StartupInternalWithDataMigrationIfNeeded ( IThreadedProgress progressDlg ) : void

Private Methods

Méthode Description
ReportDuplicateGuidsIfTheyExist ( ) : void

We don't want to display any dialogs when running tests.

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MockXMLBackendProvider() public méthode

Create a minimal XMLBackendProvider for testing the loading of an xml file.
public MockXMLBackendProvider ( FdoCache cache, string projName ) : System
cache FdoCache
projName string
Résultat System

Startup() public méthode

public Startup ( ) : void
Résultat void

StartupExtant() public méthode

public StartupExtant ( ) : void
Résultat void

StartupInternalWithDataMigrationIfNeeded() protected méthode

protected StartupInternalWithDataMigrationIfNeeded ( IThreadedProgress progressDlg ) : void
progressDlg IThreadedProgress
Résultat void