(String expected, String current)
| 441 | } |
| 442 | |
| 443 | protected void assertEquals(String expected, String current) { |
| 444 | Assert.assertEquals(expected, current); |
| 445 | } |
| 446 | |
| 447 | private static String readFile(String path) throws IOException { |
| 448 | return readFile(new File(path)); |
no outgoing calls
no test coverage detected