-
Notifications
You must be signed in to change notification settings - Fork 838
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
Remove the duplicated AcceptanceTestBase #7348
Comments
note this one is blocked by #7347 |
could you assign this to me? |
This is what I understand: AcceptanceTestBase usage will be replaced with AcceptanceTestBaseJunit5 and then AcceptanceTestBase will be deleted. Is that right? @macfarla |
yep so they both do the same job. think all junit 4 ATs should be gone now (or can be updated) so all ATs can extend a single base class that supports junit 5 |
probably the base class we end up keeping should be called AccepanceTestBase without reference to Junit version |
@macfarla As per the above comments, I need to remove the Junit5, right? |
We got together with our group for WIEP, saw the PR and so we thought it was being solved and didn't continue working on this issue:/ unassigning myself now so @pr9t can pick it up |
ok. @pr9t this issue is now blocking merging my PR #7790 - can you let me know if you can work on it this week, otherwise I can do it |
Yes, I will work on it. |
AcceptanceTestBase and AcceptanceTestBaseJunit5
Once the Privacy ATs are removed in #7347 , all ATs should be able to be moved to Junit5 and we no longer need a Junit4 superclass.
The text was updated successfully, but these errors were encountered: