This commit is contained in:
djmil 2023-09-27 17:27:03 +02:00
parent a9ffd4b0b9
commit 162e5c97dc

View File

@ -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)),