BonCodeUnitTestProject.BonCodeAJP13PacketHeadersTest.GetAttributeByteTest C# (CSharp) Метод

GetAttributeByteTest() приватный Метод

private GetAttributeByteTest ( ) : void
Результат 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.");
        }