Esempio n. 1
0
 public void Test_Newly_Created_Hashtable_Should_Be_Empty()
 {
     Hashtable ht = new Hashtable ();
     Assert.IsTrue ( ht.should_be_empty () );
 }