public void LoginTest()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     Location location = null; // TODO: Initialize to an appropriate value
     target.Login(location);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
Example #2
0
 public Credentials Connect(string username, string password)
 {
     Trace.TraceInformation("Attempting authentication with username:"******"100",101,new List<int>{101,102,103,104,105,106}));
     Trace.TraceInformation("set up jabberwire");
     Commands.AllStaticCommandsAreRegistered();
     Trace.TraceInformation("Connection state: " + isConnected.ToString());
     return credentials;
 }