Example #1
0
        public void OnGetCustomerButtonClicked_CustomerIDIsNull_MessageBoxIsShown()
        {
            _controller.OnGetCustomerButtonClicked(null);

            _mockedDialogService.Verify(dialogService => dialogService.ShowMessageBox(It.IsAny <string>(), It.IsAny <string>()), Times.Once);
        }