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
Rules is a nice mechanism for composing rather than inheriting functionality.
This concept could be extended to suites as well, like the @BeforeClass/@afterclass annotation on a suite.
Also, by being able to declare suite rules, test case rules and test rules on a parent suite level and then propagate them down in the test hierarchy, further DRYness can be achieved.