We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: