Tests.When_converting_an_object_that_has_a_nested_anonymous_object.Should_have_key_of_Formdotage_with_value_30 C# (CSharp) Method

Should_have_key_of_Formdotage_with_value_30() private method

private Should_have_key_of_Formdotage_with_value_30 ( ) : void
return void
        public void Should_have_key_of_Formdotage_with_value_30()
        {
            Assert.Equal("30",converted["Form.age"]);
        }