Run unit tests in different appdomain with NUnit
问题 I seem to be having an issue, the application we're using uses a Ninject kernel, and contains a particular configuration that's gathered with contents of the WCF call (username, token...). Based on that a particular configuration the user is assigned rights on the app, this is shielded through a particular instance in the Ninject kernel. We cannot just recompose the Ninject kernel, what we'd like to do is run a couple of Nunit tests, but run each of them in a separate app domain (recreating