C# Class Given_instance_of_the.ObjectResponseInfo_class

Inheritance: IDisposable
Show file Open project: alien-mcl/URSA

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Setup ( ) : void
Teardown ( ) : void
it_should_call_converter_provider ( ) : void
it_should_create_an_instance_correctly ( ) : void
it_should_create_an_instance_correctly_also_with_headers_passed_as_collection ( ) : void
it_should_serialize_body ( ) : void
it_should_serialize_response ( ) : void
it_should_throw_when_given_value_mismatches_value_type ( ) : void
it_should_throw_when_given_value_mismatches_value_type_even_with_headers_passed_as_collection ( ) : void
it_should_throw_when_no_converter_provider_is_given ( ) : void
it_should_throw_when_no_matching_converter_is_given ( ) : void
it_should_throw_when_no_value_type_is_given ( ) : void
it_should_throw_when_no_value_type_is_given_even_with_headers_passed_as_collection ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void