C# Class ServiceStack.WebHost.Endpoints.Tests.HttpErrorSyncTests

Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Méthode Description
CreateClient ( string baseUri = null ) : IRestClient

Private Methods

Méthode Description
Assert404 ( WebServiceException webEx ) : void
Does_preserve_WebServiceException ( ) : void
OnTestFixtureSetUp ( ) : void
OnTestFixtureTearDown ( ) : void
PUT_returning_custom_403_Exception ( ) : void
PUT_throwing_custom_403_Exception ( ) : void
Return404Result_does_return_404_with_Empty_Response_Body ( ) : void
Return404_does_return_404 ( ) : void
Throw404Description_does_return_404_with_Custom_StatusDescription ( ) : void
Throw404_does_return_404 ( ) : void
ThrowCustom404_does_return_404 ( ) : void

Method Details

CreateClient() public abstract méthode

public abstract CreateClient ( string baseUri = null ) : IRestClient
baseUri string
Résultat IRestClient