perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.64k stars 1.56k forks source link

Add tests for spark.utils.StringUtils #1133

Closed ThomasPerkins1123 closed 5 years ago

ThomasPerkins1123 commented 5 years ago

Hi,

I've analysed your code base and noticed that spark.utils.StringUtils is not fully tested.

I've written some tests that cover this class with the help of Diffblue Cover.

Hopefully, these tests 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.