Junit 5 fixed a few of those issues (such as descr...
# spek
h
Junit 5 fixed a few of those issues (such as description, nested classes, extensions). Unfortunately it will take forever to become a standard. The session was really insightful.
d
I personally do not consider Junit 5 as a standalone tool for testing. Their primary target was to break rigid junit4.jar dependency to make extensible testing engine, so anyone could easily write its own spek and combine different solutions in one unit test.
In another words, it's kinda backend for testing on jvm