BonCodeUnitTestProject.TomcatReturnTest.SetDataBytesTest C# (CSharp) 메소드

SetDataBytesTest() 개인적인 메소드

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