Tests.When_converting_an_object_with_one_string_property_to_name_value_collection.When_converting_an_object_with_one_string_property_to_name_value_collection C# (CSharp) Method

When_converting_an_object_with_one_string_property_to_name_value_collection() public method

        public When_converting_an_object_with_one_string_property_to_name_value_collection()
        {
            convertedFromObjectWithString = NameValueCollectionConversions.ConvertFromObject(new {name = "hello"});
        }