Ejemplo n.º 1
0
        public void AllocTest()
        {
            TestStream stream = new TestStream(0, EndiannessType.LittleEndian);

            stream.Alloc(15);

            Assert.AreEqual(15, stream.Capacity);
        }