Moles - an isolation framework for Microsoft .NET. It allow you to replace any .NET method with a delegate.
Moles is an isolation framework for Microsoft .NET, that allow you to replace any method (including non-virtual/static methods in sealed types) with your own delegate. The moles project was created by the Microsoft Research Pex team.