BonCodeUnitTestProject.BonCodeAJP13PacketHeadersTest.GetAttributeByteTest C# (CSharp) Method

GetAttributeByteTest() private method

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