MCPcopy Create free account
hub / github.com/defineYIDA/LWebServer / IOUtilTest

Class IOUtilTest

src/test/java/cn/lws/server/util/IOUtilTest.java:9–22  ·  view source on GitHub ↗

Created by zl on 2019/03/01.

Source from the content-addressed store, hash-verified

7 * Created by zl on 2019/03/01.
8 */
9@Slf4j
10public 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected