Is there any open source mocking framework resembling TypeMock?
TypeMock is too expensive for a hobbist like me :) Moq or the next version of RhinoMocks have no plans on listening to the profiling API, why is that? EDIT: This enables features such as: Mocking non-virtual methods and properties (!). Mocking browser environments. simpler syntax which is less fragile (and not having to go trough mock objects). Mocking static methods Sometimes is useful (Mostly in legacy scenarios, involving the dreaded DateTime.Now). And more .. TypeMock is too expensive for a hobbist like me It's probably also too expensive to develop and release for free. Declaimer I work