In my adventure to update the test of my plugin to junit 5 I found this:
It looks like I could use that, but it is not on the class path.
Which dependency do I need ?
I have this in my gradle dependencies
testFramework(TestFrameworkType.Platform)
testFramework(TestFrameworkType.JUnit5)