コード例 #1
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.");
 }