Forum member

jamesmus

2 posts

Posts by jamesmus

  1. WaitHandle.WaitAll() on STA thread

    The tests are written against NUnit. The tests pass when run from the NUnit UI, Resharper and NUnit console.

  2. 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.