qunarcorp / bistoury

Bistoury是去哪儿网的java应用生产问题诊断工具,提供了一站式的问题诊断方案
GNU General Public License v3.0
4.01k stars 824 forks source link

Add unit tests #51

Open EdgarScott opened 4 years ago

EdgarScott commented 4 years ago

Hi. I've analysed your codebase and noticed that it is not fully tested. I've written some tests for the methods in the following classes with the help of Diffblue Cover:

Hopefully, these tests will help you detect any regressions caused by future code changes. If you would find it useful to have additional tests written for this repository, I would be more than happy to look at other classes that you consider important in a subsequent PR.