示例#1
0
 @Test
 public void testSetStartingPos() {
   cot.setStartingPos(2.0f, 3.0f);
   assertEquals(3.0f, cot.getStartingPos().y, 0.1f);
 }