Hi Is it possible to somehow ignore the generic argument for methods in rhino mocks?
i.e. I have a method public void DoSomething<T>() : where T:BaseT In one test I want to ensure that DoSomething is being called on the mock by my object under test. I don't care what T is. In other tests I want to stub the behaviour of DoSomething. I want the same behaviour regardless of T. Is this possible to accomplish, or do I have to assert/stub each possible version of the generic? Thanks -- You received this message because you are subscribed to the Google Groups "Rhino.Mocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhinomocks?hl=en.
