I have a question on writing kotlin test with JUnit5.
Why would a extra module name be added to the test method?
This example was running on latest IntelliJ IDEA.
m
Mike
12/31/2018, 2:25 PM
I would guess you have some form of extension that’s wrapping the call to the test, hence the wrapper name/function.