文件名称:go-assert:Go 的测试工具
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-10 20:42:49
Go
去测试 断言工具用于 GO 测试。 精选 和除了显示断言失败消息外,它们还显示了您的信息的行到行差异结果: 示例代码 func TestForExample ( t * testing. T ) { TextEquals ( t , "info" , `Hello world, Pleae help me, doing this` , `Hello world, please help me` ) } 结果 --- FAIL: TestForExample (0.00 seconds) assert.go:123: assert.go:172: Unexpected info: exp 2, act 3 lines assert.go:124: Difference(exp === act ### change --- +++) assert.go:147: ---
【文件预览】:
go-assert-master
----.gitignore(252B)
----assert_test.go(771B)
----LICENSE(1KB)
----README.md(986B)
----assert.go(6KB)