Forum member

roufamatic

1 post

Posts by roufamatic

  1. xUnit Test Collections

    I have a bunch of tests under a single Collection umbrella. The purpose of the collection is to stand up a database for all the tests that need it. My test classes are all marked with the [Collection] attribute. I'm finding that NCrunch is spinning up the database multiple times for these tests -…