rename
This commit is contained in:
parent
a9ffd4b0b9
commit
162e5c97dc
@ -14,7 +14,7 @@ import org.junit.jupiter.api.Test;
|
|||||||
import org.junit.platform.commons.annotation.Testable;
|
import org.junit.platform.commons.annotation.Testable;
|
||||||
|
|
||||||
@Testable
|
@Testable
|
||||||
public class CheckersTest {
|
public class CheckersMoveTest {
|
||||||
|
|
||||||
public final static Map<Integer, List<Integer>> adjacentCell = Map.ofEntries(
|
public final static Map<Integer, List<Integer>> adjacentCell = Map.ofEntries(
|
||||||
Map.entry(1, Arrays.asList(5, 6, 10)),
|
Map.entry(1, Arrays.asList(5, 6, 10)),
|
Loading…
Reference in New Issue
Block a user