I want to use dynamic mocks when testing a Silverlight application. I have tried Moq and Rhino but these frameworks assemblies cannot be added to a silverlight project as they are incompatible with the silverlight runtime.
Is there an existing silverlight mock framework (or patch for moq) that will allow me to use mock objects in a silverlight runtime?