We have an interface that looks like this...

public interface IKennel<T> : IKennel where T : IDog
{
  void DoSomething<TDog>(TDog dog) where TDog : IDog;
}

This interface when mocked causes NUnit to crash.  Unfortunately NUnit
doesn't want to reveal the type of exception that is occuring beyond
the fact it's a win32 exception.  Is this a known issue or has anyone
seen this?

I wanted to double check before creating a test case...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to