Baseline.Testing.DictionaryExtensionsTester.get_a_dictionary_value_that_does_not_exist_and_get_the_default_value_2 C# (CSharp) 메소드

get_a_dictionary_value_that_does_not_exist_and_get_the_default_value_2() 개인적인 메소드

        public void get_a_dictionary_value_that_does_not_exist_and_get_the_default_value_2()
        {
            dictionary.Get("d", 5).ShouldBe(5);
        }