コード例 #1
0
        public void GetUserDataBytesTest()
        {
            BonCodeAJP13Packet target = CreateBonCodeAJP13Packet(); // TODO: Initialize to an appropriate value

            byte[] expected = null;                                 // TODO: Initialize to an appropriate value
            byte[] actual;
            actual = target.GetUserDataBytes();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }