(self)
| 294 | self._test("char", char('a'), char('b'), char('c'), char(unichar(0x20AC))) |
| 295 | |
| 296 | def testUUID(self): |
| 297 | self._test("uuid", uuid4(), uuid4(), uuid4()) |
| 298 | |
| 299 | def testDecimal32(self): |
| 300 | self._test("decimal32", decimal32(0), decimal32(1), decimal32(2), decimal32(3), decimal32(4), decimal32(2**30)) |