Search Results

1
vote

Unit test Custom membership provider with NUnit throws null reference error

I'm quite sure you should call provider.Initialize(...) in your test code before calling CreateUser. …
0
votes

Why can’t I delete a file in %ProgramFiles% from a Unit Test via Resharper’s Test Runner Unit Test?

You could activate auditing for the file, and check the error message in the event log. Note that you have to turn on auditing in two places, once under Local Security Policy/Local Policies/Audit P …
1
vote

Does redirecting assembly binding work for unit testing with a test runner?

This should work if you put the configuration settings in the correct .config file. Which one that is depends on the environment you are using to run the tests, but both NUnit and TestDriven.NET sh …