Forum member

michaelsync

1 post

Posts by michaelsync

  1. Parallel Execution based on Test Framework

    Hello, According to "Parallel Execution" https://www.ncrunch.net/documentation/concepts_parallel-execution, it said that NCrunch will never run tests concurrently within the same process - so you don't need to be concerned about concurrent access to static members, etc. But we are using xunit …