Vagif Abilov's blog on .NET

Browse by Tags

All Tags » mocking » Moq » Rhino.Mocks » C# » TypeMock (RSS)
Mock framework challenges in F#
Getting mock framework API rigth is uneasy task. Mock framework designers don’t have as much freedom as designers of other libraries: the purpose of a mock framework is not to expose an arbitraty API (unknown at the time of mock framework design) and...