BonCodeUnitTestProject.TomcatReturnTest.SetDataBytesTest C# (CSharp) Method

SetDataBytesTest() private method

private SetDataBytesTest ( ) : void
return void
        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.");
        }