Created by zl on 2019/03/01.
| 7 | * Created by zl on 2019/03/01. |
| 8 | */ |
| 9 | @Slf4j |
| 10 | public class IOUtilTest { |
| 11 | @Test |
| 12 | public void getBytesFromFile() throws Exception { |
| 13 | // URL in = IOUtilTest.class.getResource("/errors/400.html"); |
| 14 | // log.info("{}",in); |
| 15 | // log.info("{}",in.getFile());; |
| 16 | } |
| 17 | |
| 18 | @Test |
| 19 | public void getStringFromFile() throws Exception { |
| 20 | } |
| 21 | |
| 22 | } |
nothing calls this directly
no outgoing calls
no test coverage detected