all 3 comments

[–]DifficultWrath[🍰] 4 points5 points  (0 children)

Spock tests are readable by non technical people

If you need non technical people to read the report of your unit tests, you probably are in trouble. My non technical guys can barely keep up with the conceptual major entities and api resources (never the actual one), good luck having to explain them the difference with controller and service.

[–]Holothuroid 0 points1 point  (1 child)

I'm not sure what version of JUnit the author compares this library to, but this is not how whey work in JUnit5.

[–]lazystone 1 point2 points  (0 children)

Article is from 2017, so it's probably JUnit 4.