示例#1
0
 @Test
 public void testSetPos() {
   cot.setPos(new Vector2(1.0f, 1.0f));
   assertEquals(1.0f, cot.getPos().x, 0.0f);
 }