Beispiel #1
0
 public void PrintAdsRSUTest()
 {
     ExportForm_Accessor target = new ExportForm_Accessor(); // TODO: Initialize to an appropriate value
     int first = 0; // TODO: Initialize to an appropriate value
     int second = 0; // 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.PrintAdsRSU(first, second, ref wdApp);
     Assert.AreEqual(wdAppExpected, wdApp);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }