コード例 #1
0
 public void AddMapTipTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     BookmarkInfoTip mapTip = null; // TODO: Initialize to an appropriate value
     Point screen_point = new Point(); // TODO: Initialize to an appropriate value
     double orientation = 0F; // TODO: Initialize to an appropriate value
     target.AddMapTip(mapTip, screen_point, orientation);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }