C# 클래스 SevenDigital.Messaging.Integration.Tests._Helpers.Helper

파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
DeleteQueue ( string queueName ) : void
DeleteQueueAndExchange ( string queue, Type exchangeType ) : void
SetupTestMessaging ( ) : void
SetupTestMessagingNonPersistent ( ) : void
SetupTestMessagingWithoutPurging ( ) : void

비공개 메소드들

메소드 설명
Ignore ( ) : void

메소드 상세

DeleteQueue() 공개 정적인 메소드

public static DeleteQueue ( string queueName ) : void
queueName string
리턴 void

DeleteQueueAndExchange() 공개 정적인 메소드

public static DeleteQueueAndExchange ( string queue, Type exchangeType ) : void
queue string
exchangeType System.Type
리턴 void

SetupTestMessaging() 공개 정적인 메소드

public static SetupTestMessaging ( ) : void
리턴 void

SetupTestMessagingNonPersistent() 공개 정적인 메소드

public static SetupTestMessagingNonPersistent ( ) : void
리턴 void

SetupTestMessagingWithoutPurging() 공개 정적인 메소드

public static SetupTestMessagingWithoutPurging ( ) : void
리턴 void