Esempio n. 1
0
 public void testGetXY() throws Exception {
   CTCell c = getCTLinkCell();
   double x = c.getX();
   double y = c.getY();
   assertEquals("x-coordinate", 42d, x);
   assertEquals("y-coordinate", 24d, y);
 }