Exemplo n.º 1
0
 public string Lookup(string key)
 {
     return(languageDictionary?.Lookup(key) ?? key);
 }
 public void LooksUpKey()
 {
     Assert.That(languageDictionary.Lookup("Foo"), Is.EqualTo("Bar"));
 }