示例#1
0
        public virtual void  testSequenceWithNull()
        {
            IEncoder encoder = newEncoder();

            Assert.NotNull(encoder);
            printEncoded("SequenceWithNull test", encoder, coderTestUtils.createSeqWithNull());
            checkEncoded(encoder, coderTestUtils.createSeqWithNull(), coderTestUtils.createSeqWithNullBytes());
        }