What feature do you want to see added?
Tests were removed in #307 to unblock refreshing the dependencies.
The test framework that was in use before was coming from plugin-util-api dependency, it moved to junit5 which prevented updating the dependencies further till that was solved.
Potential options:
- Upgrade tests to junit5
- Switch from plugin-util-api test framework to JTH
I briefly looked at upgrading to junit5.
It requires all the junit4 rules to be adapted to junit5, e.g. parameterized, wiremock, probably others
Upstream changes
No response
What feature do you want to see added?
Tests were removed in #307 to unblock refreshing the dependencies.
The test framework that was in use before was coming from
plugin-util-apidependency, it moved to junit5 which prevented updating the dependencies further till that was solved.Potential options:
I briefly looked at upgrading to junit5.
It requires all the junit4 rules to be adapted to junit5, e.g. parameterized, wiremock, probably others
Upstream changes
No response