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

Support for JUnit 5 #150

Open
florianluediger opened this issue May 2, 2018 · 1 comment
Open

Support for JUnit 5 #150

florianluediger opened this issue May 2, 2018 · 1 comment

Comments

@florianluediger
Copy link

florianluediger commented May 2, 2018

Are you planning on officially supporting JUnit 5 in the future?

I could not find any information about that on GitHub or your website and switching to JUnit 5 in a test class using your library leads to errors.

@oucem
Copy link

oucem commented May 3, 2018

You can execute JUnit 4 with JUnit 5 using JUnit 5 Vintage,
JUnit Vintage is a module that allows backward compatibility with JUnit 4

<dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${junit5.vintage.version}</version> <scope>test</scope> </dependency>

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

No branches or pull requests

2 participants