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