Bari.Core.Test.Commands.CleanTest.CalledWithMoreParametersThrowException C# (CSharp) Method

CalledWithMoreParametersThrowException() private method

private CalledWithMoreParametersThrowException ( ) : void
return void
        public void CalledWithMoreParametersThrowException()
        {
            var cmd = kernel.Get<ICommand>("clean");
            cmd.Run(kernel.Get<Suite>(), new[] { "test2", "-test3", "something" });
        }