()
| 315 | } |
| 316 | |
| 317 | public void serialize() { |
| 318 | try (Path p = new Path().lineTo(40, 40).lineTo(40, 0).lineTo(0, 40).lineTo(0, 0).closePath();) { |
| 319 | Path p2 = Path.makeFromBytes(p.serializeToBytes()); |
| 320 | assertEquals(p, p2); |
| 321 | } |
| 322 | } |
| 323 | } |
no test coverage detected