BonCodeUnitTestProject.BonCodeAJP13PacketHeadersTest.GetMethodByteTest C# (CSharp) Method

GetMethodByteTest() private method

private GetMethodByteTest ( ) : void
return void
        public void GetMethodByteTest()
        {
            string methodKey = string.Empty; // TODO: Initialize to an appropriate value
            byte expected = 0; // TODO: Initialize to an appropriate value
            byte actual;
            actual = BonCodeAJP13PacketHeaders.GetMethodByte(methodKey);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }