C# Class Given_instance_of_the.ObjectResponseInfo_class

Inheritance: IDisposable
Afficher le fichier Open project: alien-mcl/URSA

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void