summaryrefslogtreecommitdiffstats
path: root/core/test/ch/asynk/tankontank/BoardUtils.java
AgeCommit message (Expand)AuthorFilesLines
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