Example #1
0
        public void IsExecutable()
        {
            var command = new ResetCommand(Mock.Of <IViewModel>());

            command.CanExecute(null).ShouldBeTrue();
        }