Esempio n. 1
0
        public void StoreLicenseInLmCommandExecute_CallsStoreLicesenForAllUsersAndFinishInteraction()
        {
            _storeLicenseForAllUsersWindowViewModel.StoreLicenseInLmCommand.Execute(null);

            _uacAssistant.Received(1).StoreLicenseForAllUsers(Arg.Any <string>(), Arg.Any <string>());
            Assert.IsTrue(_interactionHelper.InteractionIsFinished);
        }