<< Can I Turn The Stupid XMLHttpRequest Thing Off | Home | JDK 1.6.0_01 Is Here. Are You Still Stuck In Java 4? >>

Have You Seen This?

I upgraded to the latest IntelliJ IDEA 6.0.5 today. And I'm seeing some weird error messages when I ran JUnit 4.3.1 unit tests:

Exception in thread "main" java.lang.NoSuchMethodError:
org.junit.internal.runners.MethodValidator.validateAllM
ethods()Ljava/til/ist;

This is with JDK 1.5.0_11 on Windows XP Por SP2.

Is it just me, or are you seeing something similar?

Tags :


Re: Have You Seen This?

Please submit to IntelliJ JIRA: http://www.jetbrains.net/jira/secure/CreateIssue!default.jspa

Re: Have You Seen This?

Re: Have You Seen This?

I ran into the exact same problem with JUnit 4.3. It happened when I tried to run (or debug) single method tests. Running Class (or packages) tests worked fine. I downgraded JUnit back to v4.2 (which is the most recent officially supported JUnit version) and it works.

Add a comment Send a TrackBack