MixinRefactoring.InjectMixinCommandUnitTest.SettingWithoutOption_DontExtendConstructor C# (CSharp) Method

SettingWithoutOption_DontExtendConstructor() private method

private SettingWithoutOption_DontExtendConstructor ( ) : void
return void
        public void SettingWithoutOption_DontExtendConstructor()
        {
            Assert.IsFalse(_command.CanExecute(_child,new Settings()));
        }