コード例 #1
0
        public void GetPacketTest()
        {
            byte[]             Buffer   = null; // TODO: Initialize to an appropriate value
            BonCodeAJP13Packet expected = null; // TODO: Initialize to an appropriate value
            BonCodeAJP13Packet actual;

            actual = BonCodeAJP13Packet.GetPacket(Buffer);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }