示例#1
0
        public void PeekBitsShouldErrorOnBadCount()
        {
            int temp;

            Assert.Throws <ArgumentOutOfRangeException>(() => _defaultTestPacket.TryPeekBits(66, out temp));
        }