BonCodeUnitTestProject.BonCodeAJP13PacketHeadersTest.GetHeaderBytesTest C# (CSharp) Method

GetHeaderBytesTest() private method

private GetHeaderBytesTest ( ) : void
return void
        public void GetHeaderBytesTest()
        {
            string headerKey = string.Empty; // TODO: Initialize to an appropriate value
            byte[] expected = null; // TODO: Initialize to an appropriate value
            byte[] actual;
            actual = BonCodeAJP13PacketHeaders.GetHeaderBytes(headerKey);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }