def test_copy_java_hashtable(self):
     x = Hashtable()
     xc = x.copy()
     self.assertEqual(type(x), type(xc))
Esempio n. 2
0
 def test_copy_java_hashtable(self):
     x = Hashtable()
     xc = x.copy()
     self.assertEqual(type(x), type(xc))