Beispiel #1
0
 def testPutLong_Long(self):
     value = TestUtility.getRandomLong()
     c = TestUtility.getLongChannel()
     c.putLong(value)
     value2 = c.get().getPyObject()
     assert (value == value2)
Beispiel #2
0
 def testPutLong_Long(self):
     value = TestUtility.getRandomLong()
     c = TestUtility.getLongChannel()
     c.putLong(value)
     value2 = c.get().getPyObject()
     assert(value == value2)