MixinRefactoring.InjectMixinCommandUnitTest.NoConstructor_ExtendConstructor C# (CSharp) Method

NoConstructor_ExtendConstructor() private method

private NoConstructor_ExtendConstructor ( ) : void
return void
        public void NoConstructor_ExtendConstructor()
        {
            _child.HasConstructor.Returns(x => false);
            Assert.IsTrue(_command.CanExecute(_child,_settings));
            
        }