C# Class Castle.Facilities.WcfIntegration.Tests.WcfClientFixture

Show file Open project: castleproject/Windsor

Public Methods

Method Description
CanCallChannelOperationsWithRefArgumentsAsynchronously ( ) : void

Protected Methods

Method Description
RegisterLoggingFacility ( IWindsorContainer container ) : void

Private Methods

Method Description
CanAccessDiscoverServiceEndpointMetadata ( ) : void
CanAccessIClientChannelChannelInterface ( ) : void
CanAddAdditionalDiscoveryMetadata ( ) : void
CanAddMessageHeader ( ) : void
CanCallBaseInterfaceAsynchronously ( ) : void
CanCallChannelOperationsAsynchronously ( ) : void
CanCallChannelOperationsAsynchronouslyOnAsyncService ( ) : void
CanCallChannelOperationsAsynchronouslyUsingServiceEndpoint ( ) : void
CanCallChannelOperationsAsynchronouslyUsingStandardAsyncPattern ( ) : void
CanCallChannelOperationsAsynchronouslyWithExplicitAsyncPattern ( ) : void
CanCallChannelOperationsAsynchronouslyWithExplicitInterface ( ) : void
CanCallChannelOperationsWithOutAndRefArgumentsAsynchronously ( ) : void
CanCaptureRequestsAndResponses ( ) : void
CanCaptureRequestsAndResponsesUsingCustomFormat ( ) : void
CanCaptureRequestsAndResponsesUsingExplicitFormatter ( ) : void
CanCaptureRequestsAndResponsesUsingFormatExtension ( ) : void
CanCaptureRequestsAndResponsesUsingGlobalFormatter ( ) : void
CanDiscoverServiceEndpointAndInferBinding ( ) : void
CanDiscoverServiceEndpointAndInferBindingWithCombindedScopes ( ) : void
CanDiscoverServiceEndpointAndInferBindingWithEndpointScope ( ) : void
CanDiscoverServiceEndpointAndInferBindingWithScope ( ) : void
CanDiscoverServiceEndpointFromMetadata ( ) : void
CanDiscoverServiceEndpointFromMetadataWithPreference ( ) : void
CanDiscoverServiceEndpointFromMetadataWithScope ( ) : void
CanDiscoverServiceEndpointInManagedMode ( ) : void
CanInhibitRecoveryFromAnUnhandledException ( ) : void
CanLazilyResolveClientAssociatedWithChannelUsingSuppliedEndpoint ( ) : void
CanLazilyResolveClientAssociatedWithChannelUsingSuppliedModel ( ) : void
CanModifyRequestAndResponseBody ( ) : void
CanModifyRequestAndResponseBodyAndAddHeaders ( ) : void
CanProxyChannelFactoriesForAsyncSupport ( ) : void
CanRecoverFromCommunicationException ( ) : void
CanRecoverFromCommunicationExceptionAsynchronously ( ) : void
CanRecoverFromCommunicationExceptionOnEndpoint ( ) : void
CanResolveClientAssociatedWithChannelFromConfiguration ( ) : void
CanResolveClientAssociatedWithChannelFromXmlConfiguration ( ) : void
CanResolveClientAssociatedWithChannelUsingDefaultBinding ( ) : void
CanResolveClientAssociatedWithChannelUsingFactoryWithConfiguration ( ) : void
CanResolveClientAssociatedWithChannelUsingFactoryWithEndpoint ( ) : void
CanResolveClientAssociatedWithChannelUsingFactoryWithModel ( ) : void
CanResolveClientAssociatedWithChannelUsingFactoryWithUri ( ) : void
CanResolveClientAssociatedWithChannelUsingRelativeAddress ( ) : void
CanResolveClientAssociatedWithChannelUsingSuppliedEndpoint ( ) : void
CanResolveClientAssociatedWithChannelUsingSuppliedModel ( ) : void
CanResolveClientAssociatedWithChannelUsingViaAddress ( ) : void
CanResolveClientInterfaceAssociatedWithChannel ( ) : void
CanResolveClientInterfaceWithOutAndRefArguments ( ) : void
CanResolveClientWhenListedInTheFacility ( ) : void
CanResolveMixedInClientInterfaceAssociatedWithChannel ( ) : void
CanUseOperationContextWithClient ( ) : void
TestCleanup ( ) : void
TestInitialize ( ) : void
ThrowsEndPointNotFoundException ( ) : void
WillApplyChannelFactoryAwareExtensions ( ) : void
WillApplyChannelFactoryAwareExtensionsOnModel ( ) : void
WillApplyChannelFactoryAwareExtensionsWhenChannelCreated ( ) : void
WillApplyChannelFactoryAwareExtensionsWhenChannelRefreshed ( ) : void
WillApplyCustomInterceptorsWhenCallingMethodsAsynchronously ( ) : void
WillApplyExlpicitScopedKeyEndpointBehaviors ( ) : void
WillApplyExlpicitScopedServiceEndpointExtensions ( ) : void
WillApplyOperationBehaviors ( ) : void
WillCallBackResultWhenAsynchronousOperationCompletes ( ) : void
WillCallBackWhenAsynchronousOperationCompletes ( ) : void
WillCloseChannelWhenTransientClientReleased ( ) : void
WillCreateNewXmlDocumentForNormalActions ( ) : void
WillGetFriendlyErrorWhenFactoryIsNotAvailable ( ) : void
WillGetFriendlyErrorWhenFactoryIsNotAvailable_because_TypedFactoryFacility_was_registered_after_WCFFacility ( ) : void
WillNotDiscoverServiceEndpointIfScopesDontMatch ( ) : void
WillRecoverFromAnUnhandledException ( ) : void
WillRecoverFromAnUnhandledExceptionAsynchronously ( ) : void
WillRecoverFromAnUnhandledExceptionWithChannelUsingSuppliedModel ( ) : void
WillReleaseAllExtensionsWhenUnregistered ( ) : void
WillUseSameXmlDocumentForConsecutiveModifications ( ) : void

Method Details

CanCallChannelOperationsWithRefArgumentsAsynchronously() public method

RegisterLoggingFacility() protected method

protected RegisterLoggingFacility ( IWindsorContainer container ) : void
container IWindsorContainer
return void