Tests.When_converting_an_object_with_one_string_property_to_name_value_collection.Should_have_key_of_name_with_value_hello C# (CSharp) Method

Should_have_key_of_name_with_value_hello() private method

private Should_have_key_of_name_with_value_hello ( ) : void
return void
        public void Should_have_key_of_name_with_value_hello()
        {
            Assert.Equal("hello",convertedFromObjectWithString["name"]);
        }