public void openConnectionTest()
 {
     JabberWire_Accessor target = new JabberWire_Accessor(); // TODO: Initialize to an appropriate value
     string username = string.Empty; // TODO: Initialize to an appropriate value
     target.openConnection(username);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }