Esempio n. 1
0
        public void ThenAGetTransferAllowanceQueryShouldBeSent()
        {
            _controller.TransferAllowance(_query);

            _mediator.Verify(m => m.SendAsync(_query), Times.Once);
        }