363738394041424344
Parser.subscribe(agent); } @Test public void testRotationAndPositioncalculation(){ new Parser().parse(message); assertGoodRotation(); assertGoodPosition(); }
373839404142434445
AgentInfo.playerId = 1; } @Test public void testRotationAndPositioncalculation(){ new Parser().parse(message); assertGoodRotation(); assertGoodPosition(); }