Ejemplo n.º 1
0
        public void ShouldPutCharToNativeBuffer(IAtomicBuffer buffer)
        {
            buffer.PutChar(Index, CharValue);

            Assert.That(Marshal.ReadInt16(buffer.BufferPointer, Index), Is.EqualTo(CharValue));
        }