Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] JUnit 5 integration

I was curious to see how hard it would be to make JUnit 5 work in Eclipse, so I started hacking JDT to support JUnit 5.0.0-ALPHA.

The JDT fork is https://github.com/hwellmann/eclipse.jdt.ui, branch "junit5". The README has detailed instructions.

Disclaimer: I'm neither a JUnit nor an Eclipse committer, I'd just like to see this work rather sooner than later.

At the moment, this is just a basic proof of concept which doesn't cover any new features of JUnit 5 and also lacks a lot of functionality that JDT has for JUnit 4.

Regards,
Harald



Back to the top