BonCodeUnitTestProject.BonCodeAJP13PacketHeadersTest.GetHeaderBytesTest C# (CSharp) Méthode

GetHeaderBytesTest() private méthode

private GetHeaderBytesTest ( ) : void
Résultat 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.");
        }