79614468

Date: 2025-05-09 15:54:44
Score: 1
Natty:
Report link
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'

for gradle I had to add the line above to make it work. I have these three lines now:

testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
testRuntimeOnly 'org.junit.platform:junit-platform-engine:1.12.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2'
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: bmaj