unit testing - C# mock-stub generation automation -


i replace drivers layer c# application simple stubs or mocks. based on search have done on web there several tools supporting feature e.g.(microsoft fakes, nsubstitute...).

my question if tools able auto find , auto replace every function call drivers library replaced. sum feedback experts on how capable such tools auto generate functionality.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -