Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tycho-4.0.x] Add support for JUnit 'vintage' attribute on classpath #3898

Closed
wants to merge 1 commit into from

Commits on Jun 1, 2024

  1. Add support for JUnit 'vintage' attribute on classpath

    JDT supports a new classpath attribute on the JUnit5 container that
    disables the vintage engine. This is especially important if one wants
    to write plain JUnit5 test as it is otherwise easy to mix up Junit4/5.
    
    This now adds a testcase that shows that such mixed usage would fail
    compilation.
    
    (cherry picked from commit 13489c6)
    laeubi committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4c2f71b View commit details
    Browse the repository at this point in the history