コード例 #1
0
        public void Flush()
        {
            _decorator.Flush();

            _mockStream.Verify(m => m.Flush());
        }