C# Class Castle.Facilities.Synchronize.Tests.SynchronizeFacilityTestFixture

Show file Open project: 7digital/Castle.Windsor

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
SetUp ( ) : 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