summaryrefslogtreecommitdiffstats
path: root/core/test/ch/asynk/tankontank/BoardUtils.java
AgeCommit message (Expand)AuthorFilesLines
2015-01-20PossiblePaths -> PathBuilderJérémy Zurcher1-6/+6
2015-01-16fix testsJérémy Zurcher1-2/+2
2015-01-15update testsJérémy Zurcher1-8/+11
2015-01-08fix unit testsJérémy Zurcher1-53/+47
2014-10-09tests updateJérémy Zurcher1-26/+12
2014-10-07Board: possiblePaths(p, from, to, points) remove 'from' and 'to' from point S...Jérémy Zurcher1-3/+3
2014-10-06fix testsJérémy Zurcher1-31/+42
2014-10-06use ArrayList instead of VectorJérémy Zurcher1-3/+3
2014-10-03Board: API goes GridPoint2Jérémy Zurcher1-2/+4
2014-10-03fix testsJérémy Zurcher1-3/+6
2014-10-01 add tests for Board.possiblePathsFilterAdd(int, int, Set<GridPoint2>)Jérémy Zurcher1-1/+10
2014-10-01add tests for Board.possiblePaths(...)Jérémy Zurcher1-2/+16
2014-10-01update findAllPaths(...) testsJérémy Zurcher1-15/+19
2014-10-01add possiblePaths(...) testsJérémy Zurcher1-1/+76
2014-10-01add tests for SearchBoard.distance()Jérémy Zurcher1-0/+96