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

显示文件 Open project: ServiceStack/ServiceStack

Public Methods

Method Description
CreateRestClient ( string baseUri = null ) : IRestClientAsync

Private Methods

Method Description
Can_catch_async_error_to_non_existing_host ( ) : Task
GET_returns_ArgumentNullException ( ) : Task
GET_returns_custom_Exception_Message_and_StatusCode ( ) : Task
GET_returns_custom_Exception_and_StatusCode ( ) : Task
OnTestFixtureSetUp ( ) : void
OnTestFixtureTearDown ( ) : void
PUT_returning_custom_403_Exception ( ) : Task

Method Details

CreateRestClient() public abstract method

public abstract CreateRestClient ( string baseUri = null ) : IRestClientAsync
baseUri string
return IRestClientAsync