TommyLemon / APIAuto

☔ 敏捷开发最强大易用的 HTTP 接口工具,机器学习零代码测试、生成代码与静态检查、生成文档与光标悬浮注释,集 文档、测试、Mock、调试、管理 于一体的一站式体验。☔ The most advanced tool for HTTP API. Testing with machine learning, generating codes and static analysis, generating comments and floating hints, one site for document, testing, mocking, debugging and management.
http://apijson.cn/api
Apache License 2.0
1.91k stars 242 forks source link

机器学习零代码单元测试平台 UnitAuto 2.9 新增 Go 版、Mock Java 复杂对象 #50

Open TommyLemon opened 11 months ago

TommyLemon commented 11 months ago

Go:

新增 Go 版,支持 同步、异步 Func/Mehod,支持基本类型和自定义 Struct, Interface 等: https://github.com/TommyLemon/UnitAuto/tree/master/UnitAuto-Go

还有单独的仓库 unitauto-go,单独发版: https://github.com/TommyLemon/unitauto-go/releases

Java:

新增支持 mock 各种对象的成员变量,包括继承、嵌套等复杂自定义对象;

Admin:

新增自动智能补全、环境对比测试、前置与后置脚本等功能;

解决静态检查回调方法报错格式不对; 注释符 // 前空格改为 1 个; 同步前端代码到 Demo;

更多图文内容见 https://www.oschina.net/news/234690/unitauto-2-9-released