示例#1
0
 public void Choose()
 {
     dict.Add("YES", "NO");
     Assert.AreEqual(new KeyValuePair <string, string>("YES", "NO"), dict.Choose());
 }
示例#2
0
 public void Choose()
 {
     dict.Add("YES", "NO");
     Assert.AreEqual(new System.Collections.Generic.KeyValuePair <string, string>("YES", "NO"), dict.Choose());
 }