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

Open ReliabilityTests classes #13

Open
slonka opened this issue Sep 20, 2019 · 1 comment
Open

Open ReliabilityTests classes #13

slonka opened this issue Sep 20, 2019 · 1 comment
Labels
good first issue Good for newcomers

Comments

@slonka
Copy link
Contributor

slonka commented Sep 20, 2019

jUnit uses inheritance to allow reusing tests with different configurations. We should add open modifier so they can be run with other configurations.

@pzmi
Copy link
Contributor

pzmi commented Jan 29, 2020

I'd say junit 5 uses extensions for code reuse rather than inheritance. Inheritance is a really strong relationship, extensions are looser and composable.

@slonka slonka added the good first issue Good for newcomers label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants