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

Exibir arquivo Open project: ServiceStack/ServiceStack

Protected Properties

Property Type Description
ListeningOn string

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
CreateRestClient ( ) : IRestClient
SyncRestClientTests ( int port ) : System

Private Methods

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

Method Details

CreateRestClient() protected abstract method

protected abstract CreateRestClient ( ) : IRestClient
return IRestClient

Dispose() public method

public Dispose ( ) : void
return void

SyncRestClientTests() protected method

protected SyncRestClientTests ( int port ) : System
port int
return System

Property Details

ListeningOn protected_oe property

protected string ListeningOn
return string