public void stanzaTest1()
 {
     JabberWire target = new JabberWire(); // TODO: Initialize to an appropriate value
     Element stanza = null; // TODO: Initialize to an appropriate value
     target.stanza(stanza);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }