C# Класс ServiceStack.WebHost.Endpoints.Tests.HttpErrorSyncTests

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateClient ( string baseUri = null ) : IRestClient

Приватные методы

Метод Описание
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

Описание методов

CreateClient() публичный абстрактный Метод

public abstract CreateClient ( string baseUri = null ) : IRestClient
baseUri string
Результат IRestClient