You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd say junit 5 uses extensions for code reuse rather than inheritance. Inheritance is a really strong relationship, extensions are looser and composable.
jUnit uses inheritance to allow reusing tests with different configurations. We should add
open
modifier so they can be run with other configurations.The text was updated successfully, but these errors were encountered: