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
In a test class with no superclasses setUpClass is executed once for every test. If the class is a subclass of TestCase it is executed only once then the tests are executed.
In a test class with no superclasses
setUpClassis executed once for every test. If the class is a subclass ofTestCaseit is executed only once then the tests are executed.