public void TomcatReturnConstructorTest()
        {
            byte[]       content = null; // TODO: Initialize to an appropriate value
            TomcatReturn target  = new TomcatReturn(content);

            Assert.Inconclusive("TODO: Implement code to verify target");
        }
        public void SetDataBytesTest()
        {
            TomcatReturn target = new TomcatReturn(); // TODO: Initialize to an appropriate value

            byte[] content = null;                    // TODO: Initialize to an appropriate value
            target.SetDataBytes(content);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
        public void TomcatReturnConstructorTest1()
        {
            TomcatReturn target = new TomcatReturn();

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