예제 #1
0
 def testAddUserDefinedEnumProperty(self):
     """Ensure it adds a defined enum property"""
     BaciHelper.addProperty(self.victim, 'blarROProp')
예제 #2
0
 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')
예제 #3
0
 def testAddIDLDefinedProperty(self):
     """Ensure it adds a property defined in the IDL interface"""
     BaciHelper.addProperty(self.victim, 'doubleROProp')