httpserverrule:用于通过 HTTP 从类路径或文件系统提供文件的 JUnit4 规则

时间:2024-07-01 02:45:11
【文件属性】:

文件名称:httpserverrule:用于通过 HTTP 从类路径或文件系统提供文件的 JUnit4 规则

文件大小:14KB

文件格式:ZIP

更新时间:2024-07-01 02:45:11

Java

http服务器规则 用于通过 HTTP 从类路径或文件系统提供文件的 JUnit4 规则 使用它 public class HttpServerRuleTest { @Rule public HttpServerRule server = HttpServerRule . builder() .stopAfterStatement() .build(); @Test public void shouldServeClassPathByDefault () throws IOException { HttpTransport client = new NetHttpTransport (); String footxt = client . createRequestFactory() .buildGetRequest


【文件预览】:
httpserverrule-master
----src()
--------test()
--------main()
----LICENSE(11KB)
----README.md(1KB)
----pom.xml(1KB)
----.gitignore(231B)

网友评论