public void p_KeepAliveTimer_ElapsedTest()
        {
            BonCodeAJP13ServerConnection_Accessor target = new BonCodeAJP13ServerConnection_Accessor(); // TODO: Initialize to an appropriate value
            object           sender = null;                                                             // TODO: Initialize to an appropriate value
            ElapsedEventArgs e      = null;                                                             // TODO: Initialize to an appropriate value

            target.p_KeepAliveTimer_Elapsed(sender, e);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
 public void p_KeepAliveTimer_ElapsedTest()
 {
     BonCodeAJP13ServerConnection_Accessor target = new BonCodeAJP13ServerConnection_Accessor(); // TODO: Initialize to an appropriate value
     object sender = null; // TODO: Initialize to an appropriate value
     ElapsedEventArgs e = null; // TODO: Initialize to an appropriate value
     target.p_KeepAliveTimer_Elapsed(sender, e);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }