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
Is your feature request related to a problem? Please describe.
A user would expect these annotations to be inherited from a super class to a child class, but they currently are not.
Describe the solution you'd like
Add @inherited to the annotations so they are inherited.
Is your feature request related to a problem? Please describe.
A user would expect these annotations to be inherited from a super class to a child class, but they currently are not.
Describe the solution you'd like
Add @inherited to the annotations so they are inherited.
Additional context
It may be that JUnit already considers these inherited: https://junit.org/junit5/docs/current/user-guide/#extensions-registration-inheritance
Really need a test example to try this out.
The text was updated successfully, but these errors were encountered: