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
dsgryazin
11/21/2017, 11:05 AM
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.
dsgryazin
11/21/2017, 11:06 AM
In another words, it's kinda backend for testing on jvm