开发者

how to call IFormsAuthentication interface in unit testing

开发者 https://www.devze.com 2023-01-16 16:53 出处:网络
how to cal开发者_如何学运维l IFormsAuthentication interface in unit testing in asp.net mvc with repositoriesYou should use a mock object framework such as Rhino Mocks or Moq. The web will give you ple

how to cal开发者_如何学运维l IFormsAuthentication interface in unit testing in asp.net mvc with repositories


You should use a mock object framework such as Rhino Mocks or Moq. The web will give you plenty to read about using mock objects in unit testing.

0

精彩评论

暂无评论...
验证码 换一张
取 消