|
|
@@ -8,7 +8,9 @@ import java.util.List;
|
|
8
|
8
|
import java.util.SortedMap;
|
|
9
|
9
|
import java.util.stream.Collectors;
|
|
10
|
10
|
|
|
11
|
|
-import static junit.framework.TestCase.*;
|
|
|
11
|
+import static org.junit.Assert.assertEquals;
|
|
|
12
|
+import static org.junit.Assert.assertFalse;
|
|
|
13
|
+import static org.junit.Assert.assertNotNull;
|
|
12
|
14
|
|
|
13
|
15
|
public class PalindromeCalculatorTest {
|
|
14
|
16
|
private PalindromeCalculator palindromeCalculator;
|