24 lines
No EOL
316 B
Kotlin
24 lines
No EOL
316 B
Kotlin
package com.anthonycicchetti.cs5004.assignment3.pieces
|
|
|
|
import org.junit.jupiter.api.Test
|
|
|
|
import org.junit.jupiter.api.Assertions.*
|
|
|
|
internal class KingTest {
|
|
|
|
@Test
|
|
fun getPosition() {
|
|
}
|
|
|
|
@Test
|
|
fun getColor() {
|
|
}
|
|
|
|
@Test
|
|
fun canMoveTo() {
|
|
}
|
|
|
|
@Test
|
|
fun canKill() {
|
|
}
|
|
} |