Forum member
jamesmus
2 posts
Posts by jamesmus
-
WaitHandle.WaitAll() on STA thread
The tests are written against NUnit. The tests pass when run from the NUnit UI, Resharper and NUnit console.
12 Mar 2012 20:48 UTC
-
WaitHandle.WaitAll() on STA thread
It seems that NCrunch runs unit tests on an STA thread by default. This causes unit test failures where the code under test (or the unit test code for that matter) relies on WaitAll(). Is there a way to configure the threading model used for test threads? Thanks James.
12 Mar 2012 11:25 UTC