It's a complex 3rd-party DLL. Phase 1 for My project already finished. I need find a good way to integrate testing with both my DLLs and 3rd-party DLL.
Now I need to replace the 3rd-party DLL with some of my my small DLLs step by step.
All the interface member are same names.
How to disable some of the 3rd-party DLL reference and enable related my small DLL? Thank you.