def testProxyClass(self):
     # Ensure that the right class is used to proxy sets
     self.assertIs(OC_TestSet.classOf_(self.setClass()), OC_PythonSet)
예제 #2
0
 def testProxyClass(self):
     # Ensure that the right class is used to proxy sets
     self.assertIs(OC_TestSet.classOf_(self.seqClass()),
                   OC_BuiltinPythonArray)
예제 #3
0
 def testProxyClass(self):
     # Ensure that the right class is used to proxy sets
     self.assertIs(OC_TestSet.classOf_(self.mapClass()),
                   OC_BuiltinPythonDictionary)
예제 #4
0
 def testProxyClass(self):
     # Ensure that the right class is used to proxy sets
     self.assert_(OC_TestSet.classOf_(self.seqClass()) is OC_PythonArray)