C# 클래스 SIL.FieldWorks.FDO.FDOTests.FdoTestBase

Base class for FDO tests that use a real FdoCache, or a fake one.
상속: SIL.FieldWorks.Test.TestUtils.BaseTest
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_actionHandler IActionHandler
m_internalRestart bool

보호된 메소드들

메소드 설명
CreateCache ( ) : SIL.FieldWorks.FDO.FdoCache

Called by FixtureSetup(). Subclasses must override this to create an FdoCache that is loaded with whatever data is needed.

DisposeEverythingButBase ( ) : void

RestartCache ( bool doCommit ) : void

Restart the cache.

SetupEverythingButBase ( ) : void

비공개 메소드들

메소드 설명
BootstrapSystem ( IProjectIdentifier projectId, BackendBulkLoadDomain loadType, FdoSettings settings ) : SIL.FieldWorks.FDO.FdoCache
FixtureSetup ( ) : void
FixtureTeardown ( ) : void
TestSetup ( ) : void
TestTearDown ( ) : void

메소드 상세

CreateCache() 보호된 추상적인 메소드

Called by FixtureSetup(). Subclasses must override this to create an FdoCache that is loaded with whatever data is needed.
protected abstract CreateCache ( ) : SIL.FieldWorks.FDO.FdoCache
리턴 SIL.FieldWorks.FDO.FdoCache

DisposeEverythingButBase() 보호된 메소드

protected DisposeEverythingButBase ( ) : void
리턴 void

RestartCache() 보호된 메소드

Restart the cache.
protected RestartCache ( bool doCommit ) : void
doCommit bool 'True' to end the task and commit the changes. 'False' to skip the commit.
리턴 void

SetupEverythingButBase() 보호된 메소드

protected SetupEverythingButBase ( ) : void
리턴 void

프로퍼티 상세

m_actionHandler 보호되어 있는 프로퍼티

protected IActionHandler m_actionHandler
리턴 IActionHandler

m_internalRestart 보호되어 있는 프로퍼티

protected bool m_internalRestart
리턴 bool