AppHarbor.Tests.Commands.RemoveConfigCommandTest.ShouldThrowIfNoArguments C# (CSharp) 메소드

ShouldThrowIfNoArguments() 개인적인 메소드

private ShouldThrowIfNoArguments ( RemoveConfigCommand command ) : void
command AppHarbor.Commands.RemoveConfigCommand
리턴 void
        public void ShouldThrowIfNoArguments(RemoveConfigCommand command)
        {
            Assert.Throws<CommandException>(() => command.Execute(new string[0]));
        }