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

Refactor testutils to reduce inheritance hierarchy #643

Open
larsk21 opened this issue Dec 11, 2024 · 0 comments
Open

Refactor testutils to reduce inheritance hierarchy #643

larsk21 opened this issue Dec 11, 2024 · 0 comments

Comments

@larsk21
Copy link
Contributor

larsk21 commented Dec 11, 2024

Instead of test setup logic being implicitly executed through a complex inheritance hierarchy, we should provide utility classes and explicitly call setup methods or provide annotations with small disjoint behavior. We should reduce the inheritance hierarchy to at most one abstract class and concrete test classes in the test projects.

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

No branches or pull requests

1 participant