BonCodeUnitTestProject.BonCodeAJP13PacketHeadersTest.GetMethodByteTest C# (CSharp) 메소드

GetMethodByteTest() 개인적인 메소드

private GetMethodByteTest ( ) : void
리턴 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.");
        }