中的图片
This commit is contained in:
YuCheng Hu 2018-12-25 15:10:07 -05:00
parent 91a4b7964a
commit 145596a71e
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ public class KayakTest {
@Test
public void testGetCoordinates() {
logger.debug("TEST Get Coordinat ");
logger.debug("LFFF - [{}]", KayakRobotMovement.getCoordinates("LFFF"));
logger.debug("LFFF - [{}]", KayakRobotMovement.getCoordinates("FF"));
logger.debug("LFFFRFFFRRFFF - [{}]", KayakRobotMovement.getCoordinates("LFFFRFFFRRFFF"));
assertEquals(KayakRobotMovement.getCoordinates("FF"), "0,2");
assertEquals(KayakRobotMovement.getCoordinates("LFFFRFFFRRFFF"), "-3,0");