0
kicks
Testing and Debugging MEF, Tips - Part 1 - [Export] Bnaya Eshet
Testing and Debugging MEF, Tips - Part 1Testing and Debugging MEF, Tips - Part 1
this is the first post of a series that will offer some tips
about testing and debugging your MEF-able component and application.
in this post we will focus about exporting Mock objects.
the code sample for this post can be download from here.
Prerequisite
if you are not familiar with Mocks you better read more about this subject before
proceeding with this post (in short Mocks are fake object which is use ...