Beispiel #1
0
 public void ReplaceTextWordTest()
 {
     ExportForm target = new ExportForm(); // 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
     string replaceText = string.Empty; // TODO: Initialize to an appropriate value
     string text = string.Empty; // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.ReplaceTextWord(ref wdApp, replaceText, text);
     Assert.AreEqual(wdAppExpected, wdApp);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Beispiel #2
0
 public void ExportFormConstructorTest()
 {
     ExportForm target = new ExportForm();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }