D
Derek Sanderson
We are trying to unit test our class that implements
ISmartDocument, and need to know how to get a references
to the ISmartDocument interface in the unit test method.
We can get a reference to the Word.Document interface
after creating the word app and opening a smart document
(file path hard coded for now). We are looking for a way
to get to the ISmartDocument interface to unit test the
methods.
ISmartDocument, and need to know how to get a references
to the ISmartDocument interface in the unit test method.
We can get a reference to the Word.Document interface
after creating the word app and opening a smart document
(file path hard coded for now). We are looking for a way
to get to the ISmartDocument interface to unit test the
methods.