MCPcopy Create free account
hub / github.com/apache/thrift / testNestedListsI32x2

Method testNestedListsI32x2

test/py/SerializationTest.py:242–246  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 self.assertTrue(len(rep) > 0)
241
242 def testNestedListsI32x2(self):
243 obj = self._deserialize(NestedListsI32x2, self._serialize(self.nested_lists_i32x2))
244 self.assertEqual(obj, self.nested_lists_i32x2)
245 rep = repr(self.nested_lists_i32x2)
246 self.assertTrue(len(rep) > 0)
247
248 def testNestedListsI32x3(self):
249 obj = self._deserialize(NestedListsI32x3, self._serialize(self.nested_lists_i32x3))

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected