TypeMock – first unit test framework for SharePoint
Testing SharePoint was always an issue, because SharePoint has number of classes that are sealed and/or does not have public constructors. SharePoint”s API consists heavily of sealed classes and classes with internal constructors. None of existed unit-testing frameworks provided ability to mock such classes. Guys from TypeMock (http://www.typemock.com) did fantastic work, providing really powerful framework […]