views:

46

answers:

0

I have created an Excel 2007 Add-In and I would like to add a test project to test the code. I know I should do TDD but I did not know about TDD before hand :).

I searched and found that I need to create a host adapter: Creating and Using Host Adapters.
The samples from the SDK, however, are a "little" over my head.

Has anyone already implemented a host adapter and can give me pointers?

Should I create a seperate solution for the host adapter, or can I add a "Host Adapter" project to my current solution?

My current solution has two projects: MyAddIn, and MyAddinTest (no tests because I have not implemented a host adapter yet).
I am using VS 2008 Team Suite edition but I can switch to VS2010 it make life easier :).

Thanks,
Michael