C# 클래스 Amido.Testing.WebApi.WebApiTestBase

Base class required for using the Amido.Testing.WebApi helpers.
상속: WebTest
파일 보기 프로젝트 열기: amido/Amido.Testing

공개 메소드들

메소드 설명
CleanUp ( ) : void

Clean up tasks, tasks are run in the post web test event.

FinalOutput ( Func commentDelegate ) : void
GetRequestEnumerator ( ) : IEnumerator

Main Enumerator for the WebTest.

StartUp ( ) : void

Start up tasks, tasks are run in the pre web test event.

WebTestRequests ( ) : void

Web Test Requests.

보호된 메소드들

메소드 설명
WebApiTestBase ( ) : System

비공개 메소드들

메소드 설명
AddFinalOutput ( ) : void
CurrentRequestOnPostRequest ( object sender, PostRequestEventArgs postRequestEventArgs ) : void
OnPostWebTest ( object sender, PostWebTestEventArgs postWebTestEventArgs ) : void
OnPreWebTest ( object sender, PreWebTestEventArgs preWebTestEventArgs ) : void
TestValidateRetry ( TestRequest testRequest, int i ) : void

메소드 상세

CleanUp() 공개 메소드

Clean up tasks, tasks are run in the post web test event.
public CleanUp ( ) : void
리턴 void

FinalOutput() 공개 메소드

public FinalOutput ( Func commentDelegate ) : void
commentDelegate Func
리턴 void

GetRequestEnumerator() 공개 메소드

Main Enumerator for the WebTest.
public GetRequestEnumerator ( ) : IEnumerator
리턴 IEnumerator

StartUp() 공개 메소드

Start up tasks, tasks are run in the pre web test event.
public StartUp ( ) : void
리턴 void

WebApiTestBase() 보호된 메소드

protected WebApiTestBase ( ) : System
리턴 System

WebTestRequests() 공개 추상적인 메소드

Web Test Requests.
public abstract WebTestRequests ( ) : void
리턴 void