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

Add UI to select if JUnit3/4 should be enabled for JUnit Platform #1433

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

laeubi
Copy link
Contributor

@laeubi laeubi commented May 31, 2024

Currently one needs to edit the classpath directly what is a bit inconvenient.

This adds a new checkbox displayed in case Junit 5 is used that allows the user to choose if Junit3/4 compatibility layer (aka vintage engine) should be used.

Contributes to:

This is how the dialog looks like:
grafik

Currently one needs to edit the classpath directly what is a bit
inconvenient.

This adds a new checkbox displayed in case Junit 5 is used that allows
the user to choose if Junit3/4 compatibility layer (aka vintage engine)
should be used.
@carstenartur
Copy link
Contributor

Keep in mind that currently the dependency to junit 3 is hardcoded in jdt ui. Without the junit 3 class "junit.framework.Test" in the classpath some extentions are not activated.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=570024

Lookup in plugin.xml of org.eclipse.jdt.junit

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.

2 participants