Which JUnit5 version does 2017.2.1 work with?

Answered

Hi JetBrains people,

just upgraded to 2017.2.1 and my JUnit5 tests have stopped running with the "no tests were found" error.

It has been working fine, as long as I had the correct JUnit5 milestone (M4 for 2017.2.0).

I can't find any guidance on this (did I miss the release notes?) Google is not helping.

What's the situation please?

0
3 comments

Try updating to M5 version. If the issue persists, please file a ticket to support with the sample project that doesn't work for you.

0
Avatar
Permanently deleted user

OK, my bad: I only updated the junit-jupiter-api dependency and forgot about the junit-vintage-engine. When they are both M5, the tests are found nicely.

0
Avatar
Permanently deleted user

FYI, you missed that in your release notes at https://www.jetbrains.com/idea/whatsnew/index.html

0

Please sign in to leave a comment.