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
Instead of test setup logic being implicitly executed through a complex inheritance hierarchy, we should provide utility classes and explicitly call setup methods or provide annotations with small disjoint behavior. We should reduce the inheritance hierarchy to at most one abstract class and concrete test classes in the test projects.
The text was updated successfully, but these errors were encountered:
Instead of test setup logic being implicitly executed through a complex inheritance hierarchy, we should provide utility classes and explicitly call setup methods or provide annotations with small disjoint behavior. We should reduce the inheritance hierarchy to at most one abstract class and concrete test classes in the test projects.
The text was updated successfully, but these errors were encountered: