コード例 #1
0
 public void UpdateTest()
 {
     MapWindow.Interfaces.PreviewMap            target        = new PreviewMap();                                 // TODO: Initialize to an appropriate value
     MapWindow.Interfaces.ePreviewUpdateExtents UpdateExtents = new MapWindow.Interfaces.ePreviewUpdateExtents(); // TODO: Initialize to an appropriate value
     target.Update(UpdateExtents);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }