Example #1
0
 public void PrintAds8Test()
 {
     ExportForm_Accessor target = new ExportForm_Accessor(); // TODO: Initialize to an appropriate value
     int[] catalogNum = null; // TODO: Initialize to an appropriate value
     Microsoft.Office.Interop.Word.Application wdApp = null; // TODO: Initialize to an appropriate value
     Microsoft.Office.Interop.Word.Application wdAppExpected = null; // TODO: Initialize to an appropriate value
     target.PrintAds8(catalogNum, ref wdApp);
     Assert.AreEqual(wdAppExpected, wdApp);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }