def testAddUserDefinedEnumProperty(self):
     """Ensure it adds a defined enum property"""
     BaciHelper.addProperty(self.victim, 'blarROProp')
 def testInheritedProperty(self):
     """Ensure it can look-up a property inherited from a base class"""
     # The property commonProp is defined in the PyCommonBaciTest IDL 
     # interface, and PyBaciTest interface inherits from PyCommonBaciTest
     BaciHelper.addProperty(self.victim, 'commonProp')
 def testAddIDLDefinedProperty(self):
     """Ensure it adds a property defined in the IDL interface"""
     BaciHelper.addProperty(self.victim, 'doubleROProp')