Пример #1
0
        public void Destroy_ImplementDestroy_StatusDoesntChange()
        {
            //Arrange
            bool _statusToChange = false;

            command = RelayCommandFactory(ChangeStatusToTrue, CommandCanExecute);
            //Act
            command.Destroy();
            //Assert
            Assert.IsFalse(_statusToChange);
        }