Inheritance: BonCodeAJP13.TomcatPackets.TomcatReturn
 public void TomcatCPongReplyConstructorTest1()
 {
     TomcatCPongReply target = new TomcatCPongReply();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
 public void TomcatCPongReplyConstructorTest()
 {
     byte[] content = null; // TODO: Initialize to an appropriate value
     TomcatCPongReply target = new TomcatCPongReply(content);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }