예제 #1
0
        public void When_Sending_A_Command_To_The_Processor()
        {
            _commandProcessor.Send(_myCommand);

            //_should_send_the_command_to_the_command_handler
            _myCommandHandler.ShouldReceive(_myCommand).Should().BeTrue();
        }