C# Class Dovetail.SDK.ModelMap.Integration.Session.session_cache.session_cache_context

ファイルを表示 Open project: DovetailSoftware/dovetail-bootstrap

Protected Properties

Property Type Description
_clarifyApplication IClarifyApplication
_container IContainer
_cut Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache
_expectedSession ClarifySession
_settings Dovetail.SDK.Bootstrap.Clarify.DovetailDatabaseSettings
_userClarifySessionConfigurator IUserClarifySessionConfigurator
_userSessionEndObserver IUserSessionEndObserver
_userSessionStartObserver IUserSessionStartObserver

Public Methods

Method Description
setup ( ) : void

Protected Methods

Method Description
CreateRealSession ( ) : ClarifySession

Private Methods

Method Description
afterAll ( ) : void
beforeAll ( ) : void
beforeEach ( ) : void

Method Details

CreateRealSession() protected method

protected CreateRealSession ( ) : ClarifySession
return ClarifySession

setup() public method

public setup ( ) : void
return void

Property Details

_clarifyApplication protected_oe property

protected IClarifyApplication _clarifyApplication
return IClarifyApplication

_container protected_oe property

protected IContainer _container
return IContainer

_cut protected_oe property

protected ClarifySessionCache,Dovetail.SDK.Bootstrap.Clarify _cut
return Dovetail.SDK.Bootstrap.Clarify.ClarifySessionCache

_expectedSession protected_oe property

protected ClarifySession _expectedSession
return ClarifySession

_settings protected_oe property

protected DovetailDatabaseSettings,Dovetail.SDK.Bootstrap.Clarify _settings
return Dovetail.SDK.Bootstrap.Clarify.DovetailDatabaseSettings

_userClarifySessionConfigurator protected_oe property

protected IUserClarifySessionConfigurator _userClarifySessionConfigurator
return IUserClarifySessionConfigurator

_userSessionEndObserver protected_oe property

protected IUserSessionEndObserver _userSessionEndObserver
return IUserSessionEndObserver

_userSessionStartObserver protected_oe property

protected IUserSessionStartObserver _userSessionStartObserver
return IUserSessionStartObserver