Is it possible to mock the static FormsAuthentication? I would like to check that the SignIn and SignOut methods are called in an MVC LoginController.
I have a mocked LoginController, lc, and the following code:
If I run this under debug it passes but if I just run it I get: