C# 클래스 ServiceStack.WebHost.Endpoints.Tests.HttpErrorAsyncTests

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
CreateRestClient ( string baseUri = null ) : IRestClientAsync

비공개 메소드들

메소드 설명
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

메소드 상세

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

public abstract CreateRestClient ( string baseUri = null ) : IRestClientAsync
baseUri string
리턴 IRestClientAsync