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

Update subclasses of QueryTableTestBase to use newer JUnit #3272

Open
nbauernfeind opened this issue Jan 6, 2023 · 0 comments
Open

Update subclasses of QueryTableTestBase to use newer JUnit #3272

nbauernfeind opened this issue Jan 6, 2023 · 0 comments
Assignees
Milestone

Comments

@nbauernfeind
Copy link
Member

Intellij gives a warning of mixing @Test on older versions of junit that require methods are prefixed with test. I removed some of these annotations in #3269 and @cpwright recommends that we update them to a newer version of junit.

This task is specifically targeted to subclasses of QueryTableTestBase, but I suspect it may be worth to aim for all subclasses of junit.framework.TestCase. There are 274 subclasses at this time; so it may make sense to break it up into a few.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants