Exemplo n.º 1
0
 @Test
 public void movesPoints() throws Exception {
   arrow.moveBy(1, 2);
   arrow.paint(graphics);
   verifyPolylineWith(new Coordinate(18, 8));
 }