katmpatz 6 лет назад
Родитель
Сommit
f5f675aff7
1 измененных файлов: 8 добавлений и 0 удалений
  1. 8
    0
      exercises/poker/src/test/java/PokerTest.java

+ 8
- 0
exercises/poker/src/test/java/PokerTest.java Просмотреть файл

@@ -1,3 +1,11 @@
1
+import org.junit.Ignore;
2
+import org.junit.Test;
3
+
4
+import java.util.Arrays;
5
+import java.util.Collections;
6
+
7
+import static org.junit.Assert.assertEquals;
8
+
1 9
 public class PokerTest {
2 10
     @Test
3 11
     public void oneHand() {