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
Refactor test class instantiation.
Need to expose some lazy class instance provider that will be called only if needed. For example, if all the class methods are static, we don't need to instantiate the class.