C# Class SIL.FieldWorks.FDO.FDOTests.MemoryOnlyBackendProviderReallyRestoredForEachTestTestBase

In contrast to MemoryOnlyBackendProviderRestoredForEachTestTestBase, this class doesn't rely on Undo mechanism for restoring each tests, instead it tries to recreate the FDO Cache.
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
TestSetup ( ) : void

Setup the FDO Cache and Action Handler

TestTearDown ( ) : void

Dispose the FDO Cache and Action Handler

Method Details

TestSetup() public method

Setup the FDO Cache and Action Handler
public TestSetup ( ) : void
return void

TestTearDown() public method

Dispose the FDO Cache and Action Handler
public TestTearDown ( ) : void
return void