How do you stub HttpRequestBase to return cookies?  I get 
NotSupportedException when running test.

 var cookies = new HttpCookieCollection();
            
 var request = MockRepository.GenerateStub<HttpRequestBase>();
            
 request.Stub(x => x.Cookies).Return(cookies);  //NotSupportedException 
- Can't create mocks of sealed classes

.NET 3.51
RhinoMocks 3.61


           

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino.Mocks" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/rhinomocks.
For more options, visit https://groups.google.com/d/optout.

Reply via email to