You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to rerun failed tests in Intellij Idea, then I get:
java.lang.Exception: No tests found matching Tests from org.junit.runner.Request$1@5ae50ce6
at org.junit.internal.requests.FilterRequest.getRunner(FilterRequest.java:40)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:49)
at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
If I leave the @Parameterized.Parameters without name it works, any idea?
Junit version 4.12, can this be related or should I open another issue?
The text was updated successfully, but these errors were encountered:
Panthro
changed the title
launch failed tests with parametrized test
Attempting to rerun failing JUnit 4 Parameterized tests in IDEA fails
Apr 12, 2019
IntelliJ IDEA 2021.2 (Community Edition)
Build #IC-212.4746.92, built on July 27, 2021
Runtime version: 11.0.11+9-b1504.13 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.7
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 16
Kotlin: 212-1.5.10-release-IJ4746.92
When I have a test with
@Parameterized.Parameters(name = "{1} : {0}")
If I try to rerun failed tests in Intellij Idea, then I get:
If I leave the @Parameterized.Parameters without name it works, any idea?
Found a Junit5 related issue, junit-team/junit5#1386
Junit version 4.12, can this be related or should I open another issue?
The text was updated successfully, but these errors were encountered: