public void CloseConnectionNoErrorTest()
        {
            BonCodeAJP13ServerConnection_Accessor target = new BonCodeAJP13ServerConnection_Accessor(); // TODO: Initialize to an appropriate value
            string message = string.Empty;                                                              // TODO: Initialize to an appropriate value

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