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

Remove inheritance from test-cases #344

Open
simerplaha opened this issue Dec 13, 2021 · 1 comment
Open

Remove inheritance from test-cases #344

simerplaha opened this issue Dec 13, 2021 · 1 comment

Comments

@simerplaha
Copy link
Owner

simerplaha commented Dec 13, 2021

Overview

Currently all test-cases are dependant on TestBase which implements TestLog , TestSegment , TestLevel etc which is forcing all test case to extend this base class which forces private functions to be exposed at root package level.

Solution

Remove inheritance.

@simerplaha
Copy link
Owner Author

Related task #349

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

1 participant