Yeap, it cannot proceed :( On Fri, Jul 3, 2009 at 10:51 AM, Tuna Toksoz<[email protected]> wrote: > Err, but it fails for another case... > > [Test] > public void My_Method() > { > var interceptor = new NoopInterceptor(); > var proxied = generator.CreateClassProxy(typeof (MyClass), new > Type[] {typeof (IComparable)}, interceptor) as IComparable; > Assert.That(proxied, Is.InstanceOf(typeof (MyClass))); > var result=proxied.CompareTo(null); > Assert.That(result,Is.EqualTo(1)); > } >
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
