Exemplo n.º 1
0
 def testPut_Boolean(self):
     value = TestUtility.getRandomBooleanString()
     c = TestUtility.getBooleanChannel()
     c.put(value)
     value2 = c.get().getPyObject()
     TestUtility.assertBooleanEquality(value, value2)
Exemplo n.º 2
0
 def testPut_Boolean(self):
     value = TestUtility.getRandomBooleanString()
     c = TestUtility.getBooleanChannel()
     c.put(value)
     value2 = c.get().getPyObject()
     TestUtility.assertBooleanEquality(value,value2)