public void CheckTelescopeRegistrationTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     SetupDialogForm_Accessor target = new SetupDialogForm_Accessor(param0); // TODO: Initialize to an appropriate value
     bool expected = false; // TODO: Initialize to an appropriate value
     bool actual;
     actual = target.CheckTelescopeRegistration();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void BrowseToAscomTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     SetupDialogForm_Accessor target = new SetupDialogForm_Accessor(param0); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     EventArgs e = null; // TODO: Initialize to an appropriate value
     try {
         target.BrowseToAscom(sender, e);
     }
     catch (Exception) {
         Assert.Fail("Launch ASCOM Browser Fail");
     }
     Assert.IsTrue(true, "Launch ASCOM browser Pass");
     //Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void cmdCancel_ClickTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     SetupDialogForm_Accessor target = new SetupDialogForm_Accessor(param0); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     EventArgs e = null; // TODO: Initialize to an appropriate value
     target.cmdCancel_Click(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void InitializeComponentTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     SetupDialogForm_Accessor target = new SetupDialogForm_Accessor(param0); // TODO: Initialize to an appropriate value
     target.InitializeComponent();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void DomeCOMcomboBox_SelectedValueChangedTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     SetupDialogForm_Accessor target = new SetupDialogForm_Accessor(param0); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     EventArgs e = null; // TODO: Initialize to an appropriate value
     target.DomeCOMcomboBox_SelectedValueChanged(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void DisposeTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     SetupDialogForm_Accessor target = new SetupDialogForm_Accessor(param0); // TODO: Initialize to an appropriate value
     bool disposing = false; // TODO: Initialize to an appropriate value
     target.Dispose(disposing);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }