C# 클래스 Microsoft.AspNet.WebHooks.WebHookManagerTests

상속: IDisposable
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
WebHookManagerTests ( ) : System

비공개 메소드들

메소드 설명
CreateNotification ( string action ) : NotificationDictionary
CreateWebHook ( ) : WebHook
GetWorkItems_FilterMultipleNotifications ( IEnumerable webHooks, IEnumerable notifications, int expected ) : void
GetWorkItems_FilterSingleNotification ( IEnumerable webHooks, NotificationDictionary notification ) : void
VerifyWebHookAsync_Stops_IfNoEchoParameter ( string query ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Succeeds_EchoResponse ( ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Throws_IEmptySuccessResponse ( ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Throws_INotSuccessResponse ( ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Throws_IfEchoDoesNotMatch ( ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Throws_IfHttpClientThrows ( ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Throws_IfInvalidWebHookSecret ( string secret ) : System.Threading.Tasks.Task
VerifyWebHookAsync_Throws_IfNotHttpOrHttpsUri ( string webHookUri ) : System.Threading.Tasks.Task

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

WebHookManagerTests() 공개 메소드

public WebHookManagerTests ( ) : System
리턴 System