I would like to replace my drivers layer from my C# application with simple stubs or mocks. Based on search i have done on web there are several tools supporting this feature e.g.(Microsoft Fakes, NSubstitute...).
My question is if that tools are able to auto find and auto replace
every function call from the drivers library to be replaced. To sum up i would like some feedback from experts on how capable it is for such tools to auto generate this functionality.