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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ListeningOn string

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
CreateRestClient ( ) : IRestClient
SyncRestClientTests ( int port ) : System

비공개 메소드들

메소드 설명
Can_DELETE_Movie_using_RestClient ( string postPath, string deletePath ) : void
Can_Deserialize_Xml_MovieResponse ( ) : void
Can_GET_GetFactorial_using_RestClient ( string path ) : void
Can_GET_Movies_using_RestClient ( string path ) : void
Can_GET_single_Movie_using_RestClient ( string path ) : void
Can_POST_to_add_new_Movie_using_RestClient ( string path ) : void
Can_PUT_complex_type_with_custom_path ( ) : void
Does_throw_400_for_Argument_exceptions ( ) : void
Does_throw_400_for_Argument_exceptions_without_response_DTOs ( ) : void
OnTestFixtureSetUp ( ) : void
OnTestFixtureTearDown ( ) : void

메소드 상세

CreateRestClient() 보호된 추상적인 메소드

protected abstract CreateRestClient ( ) : IRestClient
리턴 IRestClient

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SyncRestClientTests() 보호된 메소드

protected SyncRestClientTests ( int port ) : System
port int
리턴 System

프로퍼티 상세

ListeningOn 보호되어 있는 프로퍼티

protected string ListeningOn
리턴 string