Closed qeepcologne closed 6 years ago
Same thing happens for me with Netbeans 9.0 with Gradle Plugin 2.0.1, Windows, Gradle 4.8, Java 8, and Junit 5.3.
You fixed similar thing already for Issue #392, and I suspect this is just a second case where same type of fix needs to be applied. In that other case you simply chopped off everything after the first "(" or "[" to account for Junit 5's slight differences in testcase name reporting.
Do you have a sample project with which I can conveniently check this problem?
I can reproduce it with this: https://github.com/junit-team/junit5-samples/tree/master/junit5-jupiter-starter-gradle. So I'll use this project for verification.
I believe this issue should be fixed now in master. Can you verify it?
thanks a lot, it's working now.
Szenario:
I got from the output window:
gradle :cleanTest :test --tests de.k2interactive.qeep.integrationtest.testcases.ChatRequestTest.testMethodXy()
this is not working:
i think correct is:
gradle :cleanTest :test --tests de.k2interactive.qeep.integrationtest.testcases.ChatRequestTest.testMethodXy
(without the round brackets).tested with gradle-4.10.2, NB9, i also tried this version: http://plugins.netbeans.org/download/plugin/9800