# easy-testing-doc **Repository Path**: yuygoi/easy-testing-doc ## Basic Information - **Project Name**: easy-testing-doc - **Description**: this is a document - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-05-21 - **Last Updated**: 2023-09-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # **Easy-Testing** ### **一个快速调试方法的工具** ### **目前支持Springboot(Maven构建)的方法快速调试** [idea插件](https://gitee.com/yuygoi/easy-testing) | [springboot-agent](https://gitee.com/yuygoi/easy-testing-agent) #### **包括以下方法:** 1.Springboot Bean的实例方法\ 2.Springboot 中的静态方法\ 3.Springboot 中含无参构造器的类的实例方法 ### **功能演示** 1.feign调用 ![executeFeignMethod.gif](img/executeFeignMethod.gif) 2.controller调用 ![executeHttpMethod.gif](img/executeHttpMethod.gif) 3.mybatis-mapper调用 ![executeMapperMethod.gif](img/executeMapperMethod.gif) 4.实例方法调用 ![executeInstanceMethod.gif](img/executeInstanceMethod.gif) 5.静态方法调用 ![executeStaticMethod.gif](img/executeStaticMethod.gif) 6.Dubbo远程调用 ![executeDubboMethod.gif](img/executeDubboMethod.gif) 7.动态Java脚本 ![executeScript.gif](img/executeScript.gif) 8.JSON参数代码提示 ![completionContributor.gif](img/completionContributor.gif) 9.JSON编辑器跳转实体类字段(ctrl/cmd + click) ![gotoField.gif](img/gotoField.gif) 10.调试历史记录 ![history.gif](img/history.gif) ### **安装方式** 1.idea安装Easy-Testing插件(ideaplugin目录)