We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1 更新内容: 新增支持 mock 各种 Struct 的成员变量,包括组合等复杂自定义对象;
新增支持 static 静态标记字段,传 static: true 时,直接 test.Add 省去 test.Add.Add 中间的虚拟 class Add;
完善基本类型及对应数组类型;
兼容 Go 1.18+; 将接口服务逻辑从 main.go 迁移到 unitauto/server.go,并新增默认测试用例; 迁移打包的可执行文件到 TommyLemon/StaticResources/UnitAuto/file;
https://www.oschina.net/news/253251/unitauto-go-1-1-released
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.1 更新内容:
新增支持 mock 各种 Struct 的成员变量,包括组合等复杂自定义对象;
新增支持 static 静态标记字段,传 static: true 时,直接 test.Add 省去 test.Add.Add 中间的虚拟 class Add;
完善基本类型及对应数组类型;
兼容 Go 1.18+;
将接口服务逻辑从 main.go 迁移到 unitauto/server.go,并新增默认测试用例;
迁移打包的可执行文件到 TommyLemon/StaticResources/UnitAuto/file;
https://www.oschina.net/news/253251/unitauto-go-1-1-released
The text was updated successfully, but these errors were encountered: