Folks
How to Exposte RhinoMock Objects as properties
I am trying following code snippet
internal class Mocks
{
private MockRepository.GenerateMock<IFormsAuthentication> formsAuthentication;
}
but its now working for me anyone know How to do this with rhinomocks
is a method, not a Type.
It looks like what you’re looking to do is this: