Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Nikolai Tillmann: Moles - Replace any .NET method with a delegate
Feb 01, 2010 at 3:37 AMGreat!
Looks like an inexpensive replacement for TypeMock which already is able to mock DateTime.Now.
Question: This justs creates another implementation for DateTime.Now. If I have a function I want to test that uses DateTime.Now and DateTime.UtcNow as well, I need to mock both, right?