api-testing:用于API测试的Golang工具

时间:2024-05-02 01:44:32
【文件属性】:

文件名称:api-testing:用于API测试的Golang工具

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-02 01:44:32

Go

Golang的API测试工具 assertjson包 assertjson包提供了用于测试JSON值的方法。 选择JSON提供的JSON值。 例子 package yours import ( "net/http" "net/http/httptest" "testing" "github.com/muonsoft/api-testing/assertjson" ) func TestYourAPI ( t * testing. T ) { recorder := httptest . NewRecorder () handler := createHTTPHandler () request , _ := http . NewRequest ( "GET" , "/content" , nil ) handler . Se


【文件预览】:
api-testing-master
----.gitignore(8B)
----go.mod(287B)
----assertjson()
--------assertjson_test.go(2KB)
--------array.go(396B)
--------object.go(414B)
--------numeric.go(3KB)
--------assertjson.go(4KB)
--------string.go(3KB)
--------common.go(1KB)
----LICENSE(1KB)
----go.sum(2KB)
----.github()
--------workflows()
----README.md(4KB)
----assertxml()
--------assertxml.go(2KB)
--------assertxml_test.go(345B)
--------string.go(338B)
--------common.go(536B)
----.golangci.yml(802B)
----test()
--------fixtures()

网友评论