Everything i read about unit testing mentions TypeMock isolator. thats good when you can control what unit testing and mocking tools you are using in the project but I am unable to use TypeMock. Instead the project uses Moq.
I cant however find a good resource for examples on Moq with sealed classes which lets face it SharePoint 2010 is full of!
Does anyone have any samples?