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

[backport] Add support for JUnit 'vintage' attribute on classpath #3910

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Jun 1, 2024

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)

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)
Copy link

github-actions bot commented Jun 1, 2024

Test Results

  591 files    591 suites   3h 54m 9s ⏱️
  413 tests   407 ✅  6 💤 0 ❌
1 239 runs  1 220 ✅ 19 💤 0 ❌

Results for commit 45bca23.

@laeubi laeubi merged commit bf62245 into eclipse-tycho:tycho-4.0.x Jun 1, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant