Baseline.Testing.DictionaryExtensionsTester.get_a_dictionary_value_that_does_not_exist_and_get_the_default_value C# (CSharp) Метод

get_a_dictionary_value_that_does_not_exist_and_get_the_default_value() приватный Метод

        public void get_a_dictionary_value_that_does_not_exist_and_get_the_default_value()
        {
            dictionary.Get("d").ShouldBe(default(int));
        }