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
I use spring-test-dbunit 1.3.0, JUnit5, Eclipse and Gradle5.6.4. The junit test works in Eclipse. However, tests in Gradle do not work.
Gradle says no tests can be found. If I run without writing a TransactionDbUnitTestExecutionListener OR DbUnitTestExecutionListener, the test works.
The text was updated successfully, but these errors were encountered:
I have the same configuration but intellij idea instead of eclipse, and I have the same problem. Idea can run tests but gradle doesn't see them.
Sorry, something went wrong.
No branches or pull requests
I use spring-test-dbunit 1.3.0, JUnit5, Eclipse and Gradle5.6.4.
The junit test works in Eclipse.
However, tests in Gradle do not work.
Gradle says no tests can be found.
If I run without writing a TransactionDbUnitTestExecutionListener OR DbUnitTestExecutionListener, the test works.
The text was updated successfully, but these errors were encountered: