FAQ -Unit testing .NET – plain smart test tools

Typemock Isolator uses an aspect-oriented programming design that creates a mock aspect. Internally, it uses the .NET framework profiler API to monitor an application’s execution. When a method is called, the CLR notifies Typemock Isolator; the framework can then return mocked values and override the original code completely.