Exemplo n.º 1
0
        public void Decode_WhenByteMessage_ThenTrue()
        {
            var transportMessage = new TransportMessage();

            var result = testee.Decode(transportMessage, Mock.Of <IBytesMessage>());

            Assert.True(result);
        }