I have a question on writing kotlin test with JUni...
# getting-started
a
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
I would guess you have some form of extension that’s wrapping the call to the test, hence the wrapper name/function.