GitSharp.Tests.Transport.FlushCounterFailWriterStream.WriteByte C# (CSharp) Method

WriteByte() public method

public WriteByte ( byte value ) : void
value byte
return void
        public override void WriteByte(byte value)
        {
            Assert.Fail("should not write");
        }