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

Show file Open project: ServiceStack/ServiceStack

Public Methods

Method Description
CreateClient ( string baseUri = null ) : IRestClient

Private Methods

Method 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 method

public abstract CreateClient ( string baseUri = null ) : IRestClient
baseUri string
return IRestClient