コード例 #1
0
        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");
        }
コード例 #2
0
        public void TomcatCPongReplyConstructorTest1()
        {
            TomcatCPongReply target = new TomcatCPongReply();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }