Thursday 15 March 2012

Can I make each NUnit test run on a separate process? -


Can I force every nunite test method to run on a different process? I need to do this because some methods may have side-effects, called under-test. Therefore, I need to ensure that each unit test is run in complete separation from other unit tests. You can use the "/ process" option to specify

- Single or different or multiple The option here is the reference to Microsoft documentation - see the section to control the use of processes.


No comments:

Post a Comment