|
|
|
|
Browse by Tags
All Tags » Database Testin... » Impersonation » Database Unit Testing (RSS)
-
When you run NUnit/C# unit tests against your local
instance, you are a dbo. As such, you are not getting any errors caused by
missing permissions. However, you can impersonate another user, and run your
unit tests in the context of that other user. The following test harness demonstrates
the ...
|
|
|
|
|