vendredi 16 septembre 2016

spring unit tests with change detection

Is there a possibility to run a unit test suite for a spring boot project with change detection?

I know and love this possibility from the JavaScript (nodeJS) world. Karma, mocha and others offer such a "-watch" option.

That means the unit test must be just started ones and the process will never end. Any change on the code does not matter of application or test code will run the test suite again.

Any ideas?

Thanks in advance

Aucun commentaire:

Enregistrer un commentaire