unit testing - Is the test suite setup method executed once for each test, or only once for all? -
i know answer may differ each test framework. ones know, should happen?
in nunit, have testfixturesetup
runs once before tests in fixture run , setup
runs before each test method run.
Comments
Post a Comment