C# Class CastleTests.Facilities.Synchronize.SynchronizeFacilityTestCase

Inheritance: AbstractContainerTestCase
Show file Open project: castleproject/Windsor

Protected Methods

Method Description
BuildContainer ( ) : WindsorContainer

Private Methods

Method Description
AddContextComponent_WithoutVirtualMethod_ThrowsFacilityException ( ) : void
AddControl_DifferentThreadInContextUsingConfiguration_UsesAmbientContext ( ) : void
AddControl_DifferentThreadInContextUsingConfiguration_WorksFine ( ) : void
AddControl_DifferentThreadInContext_WorksFine ( ) : void
AddControl_DifferentThreadUsingClass_WorksFine ( ) : void
AddControl_DifferentThreadUsingService_WorksFine ( ) : void
AddControl_DifferentThread_ThrowsException ( ) : void
DoWorkGeneric_DifferentThreadInContext_WorksFine ( ) : void
ExecuteInThread ( ThreadStart run ) : void
GetResultOf_NotWithAnySynchronizationContext_ThrowsInvalidOperationException ( ) : void
GetResultOf_UsingAsyncSynchronousContextWithOuts_CallsCallback ( ) : void
GetResultOf_UsingAsyncSynchronousContextWithOuts_CanAccessOuts ( ) : void
GetResultOf_UsingAsynchronousContext_WorksFine ( ) : void
GetResultOf_UsingSynchronousContext_CallsCallback ( ) : void
GetResultOf_UsingSynchronousContext_WorksFine ( ) : void
GetResultOf_WaitingForResultThrowsException_WorksFine ( ) : void
GetResultOf_WaitingForResult_WorksFine ( ) : void
RegisterFacility_WithBadControlProxyHook_ThrowsConfigurationException ( ) : void
RegisterFacility_WithControlProxyHook_WorksFine ( ) : void
RegisterFacility_With_missing_ControlProxyHook_ThrowsConfigurationException ( ) : void
ResolveContextComponent_WithMissingDependency_ThrowsHandlerException ( ) : void
SynchronizeContextReference_DifferentInstanceDifferentKey_AreNotEqual ( ) : void
SynchronizeContextReference_DifferentInstanceDifferentType_AreNotEqual ( ) : void
SynchronizeContextReference_DifferentInstanceSameKey_AreEqual ( ) : void
SynchronizeContextReference_DifferentInstanceSameType_AreEqual ( ) : void
Synchronize_NoContextSpecified_DoesNotUseContext ( ) : void
Synchronize_OverrideContext_UsesContext ( ) : void

Method Details

BuildContainer() protected method

protected BuildContainer ( ) : WindsorContainer
return WindsorContainer