Example #1
0
        public void WriteByteThrows()
        {
            var stream = new HttpRequestStream(Mock.Of <IHttpBodyControlFeature>());

            Assert.Throws <NotSupportedException>(() => stream.WriteByte(0));
        }