BendTests.ZZ_TODO_SegmentBlockBasic.T01_TestRecordDecodeChecksum C# (CSharp) Method

T01_TestRecordDecodeChecksum() private method

private T01_TestRecordDecodeChecksum ( ) : void
return void
        public void T01_TestRecordDecodeChecksum()
        {
            // add a checksum to the record so we can catch decode offset mistakes.
            Assert.Fail("not implemented");
        }
ZZ_TODO_SegmentBlockBasic