C# 클래스 Test.Amqp.ContainerHostTests

파일 보기 프로젝트 열기: Azure/amqpnetlite 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ConnectionListenerCloseWithoutOpenTest void
ContainerHostCloseTest void
ContainerHostCustomTransportTest void
ContainerHostDefaultValueTest void
ContainerHostIncorrectProcessorTest void
ContainerHostLinkProcessorTest void
ContainerHostListenerSaslPlainNegativeTest void
ContainerHostMessageProcessorTest void
ContainerHostMessageProcessorUnregisterTest void
ContainerHostMessageSourceTest void
ContainerHostMultiplexingTest void
ContainerHostPlainPrincipalTest void
ContainerHostProcessorOrderTest void
ContainerHostRequestProcessorTest void
ContainerHostSaslAnonymousTest void
ContainerHostSaslPlainNegativeTest void
ContainerHostSessionFlowControlTest void
ContainerHostSourceLinkEndpointTest void
ContainerHostTargetLinkEndpointTest void
ContainerHostTests System
ContainerHostUnknownProcessorTest void
ContainerHostWebSocketWildCardAddressTest void
ContainerHostX509PrincipalTest void
DuplicateLinkNameDifferentContainerTest void
DuplicateLinkNameDifferentRoleTest void
DuplicateLinkNameSameConnectionTest void
DuplicateLinkNameSameSessionTest void
InvalidAddresses void
MyTestCleanup void
MyTestInitialize void

공개 메소드들

메소드 설명
ClassCleanup ( ) : void
ClassInitialize ( ) : void
GetCertificate ( StoreLocation storeLocation, StoreName storeName, string certFindValue ) : X509Certificate2
TestCleanup ( ) : void

비공개 메소드들

메소드 설명
ConnectionListenerCloseWithoutOpenTest ( ) : void
ContainerHostCloseTest ( ) : void
ContainerHostCustomTransportTest ( ) : void
ContainerHostDefaultValueTest ( ) : void
ContainerHostIncorrectProcessorTest ( ) : void
ContainerHostLinkProcessorTest ( ) : void
ContainerHostListenerSaslPlainNegativeTest ( ) : void
ContainerHostMessageProcessorTest ( ) : void
ContainerHostMessageProcessorUnregisterTest ( ) : void
ContainerHostMessageSourceTest ( ) : void
ContainerHostMultiplexingTest ( ) : void
ContainerHostPlainPrincipalTest ( ) : void
ContainerHostProcessorOrderTest ( ) : void
ContainerHostRequestProcessorTest ( ) : void
ContainerHostSaslAnonymousTest ( ) : void
ContainerHostSaslPlainNegativeTest ( ) : void
ContainerHostSessionFlowControlTest ( ) : void
ContainerHostSourceLinkEndpointTest ( ) : void
ContainerHostTargetLinkEndpointTest ( ) : void
ContainerHostTests ( ) : System
ContainerHostUnknownProcessorTest ( ) : void
ContainerHostWebSocketWildCardAddressTest ( ) : void
ContainerHostX509PrincipalTest ( ) : void
DuplicateLinkNameDifferentContainerTest ( ) : void
DuplicateLinkNameDifferentRoleTest ( ) : void
DuplicateLinkNameSameConnectionTest ( ) : void
DuplicateLinkNameSameSessionTest ( ) : void
InvalidAddresses ( ) : void
MyTestCleanup ( ) : void
MyTestInitialize ( ) : void

메소드 상세

ClassCleanup() 공개 메소드

public ClassCleanup ( ) : void
리턴 void

ClassInitialize() 공개 메소드

public ClassInitialize ( ) : void
리턴 void

GetCertificate() 공개 정적인 메소드

public static GetCertificate ( StoreLocation storeLocation, StoreName storeName, string certFindValue ) : X509Certificate2
storeLocation StoreLocation
storeName StoreName
certFindValue string
리턴 X509Certificate2

TestCleanup() 공개 메소드

public TestCleanup ( ) : void
리턴 void