httpfake:Httpfake – Golang httptest包装器可轻松设置假服务器 源码
httpfake httpfake为httptest提供了一个简单的包装器,带有少量可链接的API,用于将处理程序设置为伪造的服务器。 该软件包旨在用于不能到达原始外部服务器的测试中。 取而代之的是使用伪造的服务器,该服务器可以配置为根据需要处理任何请求。 安装 go get -u github.com/maxcnunes/httpfake 要么 govendor fetch github.com/maxcnunes/httpfake 如果可能,请选择使用供应商。 这样,版本就被锁定为项目中的依赖项。 变更日志 有关详细的历史记录更改,请参见。 API 有关详细的API文档,请参见。 断言
文件列表
httpfake-master.zip
(预估有个31文件)
httpfake-master
functional_tests
simple_post_with_testing_test.go
1KB
not_registered_method_test.go
1KB
simple_patch_test.go
1KB
simple_put_with_testing_test.go
1KB
response_set_reponse_bodystruct_test.go
1KB
simple_head_test.go
1KB
simple_get_with_testing_test.go
1KB
custom_handler_test.go
2KB
暂无评论