kennycason / kumo

Kumo - Java Word Cloud
http://kennycason.com/posts/2014-07-03-kumo-wordcloud.html
MIT License
622 stars 156 forks source link

Add tests for com.kennycason.kumo.font.scale.* #82

Closed sudo-jaa closed 5 years ago

sudo-jaa commented 5 years ago

Hi, I've analysed your code base and noticed that the classes in com.kennycason.kumo.font.scale are not fully tested. This is according to IntelliJ's internal coverage runner.

I've written tests for the scale functions in these classes with the help of Diffblue Cover. Hopefully, they should 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 particular classes that you consider important.

kennycason commented 5 years ago

Thanks a lot @James-Adam Tests are very much welcome! :)