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
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Currently the test run creates a single instance of a TestClass, initializes it and then invokes all the TestMethods one by one.
Proposal is to add a -c switch which makes the test runner create separate test class instance and initialize for each [TestMethod].