Exemplo n.º 1
0
 public void getTouchInputProviderTest()
 {
     GisInterfaceMgr_Accessor target = new GisInterfaceMgr_Accessor(); // TODO: Initialize to an appropriate value
     TouchInputProvider expected = null; // TODO: Initialize to an appropriate value
     TouchInputProvider actual;
     actual = target.getTouchInputProvider();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Exemplo n.º 2
0
 public void GisInterfaceMgr_LoadedTest()
 {
     GisInterfaceMgr_Accessor target = new GisInterfaceMgr_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.GisInterfaceMgr_Loaded(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Exemplo n.º 3
0
 public void GisInterfaceMgrConstructorTest()
 {
     GisInterfaceMgr_Accessor target = new GisInterfaceMgr_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Exemplo n.º 4
0
 public void setMainWindowTest()
 {
     GisInterfaceMgr_Accessor target = new GisInterfaceMgr_Accessor(); // TODO: Initialize to an appropriate value
     Window mw = null; // TODO: Initialize to an appropriate value
     target.setMainWindow(mw);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }