Browse Source

Add import to PokerTest

katmpatz 6 years ago
parent
commit
f5f675aff7
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      exercises/poker/src/test/java/PokerTest.java

+ 8
- 0
exercises/poker/src/test/java/PokerTest.java View File

@@ -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() {