コード例 #1
0
 public void RemoveMapTest()
 {
     BackgroundMapLayer_Accessor target = new BackgroundMapLayer_Accessor(); // TODO: Initialize to an appropriate value
     MapFrame deleteMap = null; // TODO: Initialize to an appropriate value
     target.RemoveMap(deleteMap);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }