C# Class Amido.Testing.WebApi.WebApiTestBase

Base class required for using the Amido.Testing.WebApi helpers.
Inheritance: WebTest
Afficher le fichier Open project: amido/Amido.Testing

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
WebApiTestBase ( ) : System

Private Methods

Méthode Description
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

Method Details

CleanUp() public méthode

Clean up tasks, tasks are run in the post web test event.
public CleanUp ( ) : void
Résultat void

FinalOutput() public méthode

public FinalOutput ( Func commentDelegate ) : void
commentDelegate Func
Résultat void

GetRequestEnumerator() public méthode

Main Enumerator for the WebTest.
public GetRequestEnumerator ( ) : IEnumerator
Résultat IEnumerator

StartUp() public méthode

Start up tasks, tasks are run in the pre web test event.
public StartUp ( ) : void
Résultat void

WebApiTestBase() protected méthode

protected WebApiTestBase ( ) : System
Résultat System

WebTestRequests() public abstract méthode

Web Test Requests.
public abstract WebTestRequests ( ) : void
Résultat void