Пример #1
0
 public void AddMapFrameTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     MapFrame mFrame = null; // TODO: Initialize to an appropriate value
     target.AddMapFrame(mFrame);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #2
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.");
 }
Пример #3
0
 public void AddBookmarkListFrameTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     Point pt = new Point(); // TODO: Initialize to an appropriate value
     double orientation = 0F; // TODO: Initialize to an appropriate value
     BookmarkListFrame expected = null; // TODO: Initialize to an appropriate value
     BookmarkListFrame actual;
     actual = target.AddBookmarkListFrame(pt, orientation);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Пример #4
0
 public void AddSearchBoxTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     Point loc = new Point(); // TODO: Initialize to an appropriate value
     target.AddSearchBox(loc);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #5
0
 public void setWidthAndHeightTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     double width = 0F; // TODO: Initialize to an appropriate value
     double height = 0F; // TODO: Initialize to an appropriate value
     target.setLayoutProperties(width, height, System.Windows.Controls.Orientation.Vertical);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #6
0
 public void RemoveBookmarkListFrameTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     BookmarkListFrame deleteFrame = null; // TODO: Initialize to an appropriate value
     target.RemoveBookmarkListFrame(deleteFrame);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #7
0
 public void InitializeBackgroundMapTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     Envelope extent = new Envelope(-114.25, 51.00, -113.88, 51.05);
     target.InitializeBackgroundMap(extent);
     // TODO: figure out how to test the extent
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #8
0
 public void GetMapFrameTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     Bookmark bookmark = null; // TODO: Initialize to an appropriate value
     MapFrame expected = null; // TODO: Initialize to an appropriate value
     MapFrame actual;
     actual = target.GetMapFrame(bookmark);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Пример #9
0
 public void BackgroundMap_LoadedTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     RoutedEventArgs e = null; // TODO: Initialize to an appropriate value
     target.BackgroundMap_Loaded(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Пример #10
0
 public void BackgroundMapLayerConstructorTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }