文件名称:testhelper:分析仪
文件大小:8KB
文件格式:ZIP
更新时间:2024-03-28 11:21:34
Go
测试助手 testhelper找到不是测试函数的程序包函数,并接收*testing.T的值作为参数,但不调用(*testing.T).Helper 。 // OK func helper1 ( t * testing. T ) { t . Helper () } // NG func helper2 ( t * testing. T ) { // without t.Helper }
【文件预览】:
testhelper-main
----testdata()
--------src()
----cmd()
--------testhelper()
----testhelper_test.go(378B)
----LICENSE(1KB)
----testhelper.go(2KB)
----plugin()
--------main.go(1KB)
----go.sum(5KB)
----README.md(506B)
----go.mod(219B)