Beispiel #1
0
        public void TestKeys()
        {
            var dict = RetrieveOnlyInstance();

            ArrayDictionary4Asserter.AssertKeys(dict);
        }
        public void TestKeys()
        {
            IDictionary <string, int> dict = RetrieveOnlyInstance();

            ArrayDictionary4Asserter.AssertKeys(dict);
        }
Beispiel #3
0
 public void TestKeys()
 {
     ArrayDictionary4Asserter.AssertKeys(dict);
 }