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..