Beispiel #1
0
        public void SentinelServiceMsgs_ConnectMsg_Clone()
        {
            ConnectMsg msgIn, msgOut;

            msgOut = new ConnectMsg();
            msgIn  = (ConnectMsg)msgOut.Clone();
            Assert.IsNotNull(msgIn);

            TestBaseCloning(msgOut);
        }