Beispiel #1
0
//JAVA TO C# CONVERTER TODO TASK: Most Java annotations will not have direct .NET equivalent attributes:
//ORIGINAL LINE: @Test public void shouldFailSetPasswordWithNoArguments()
        public virtual void ShouldFailSetPasswordWithNoArguments()
        {
            assertException(() => _setPasswordCommand.execute(new string[0]), typeof(IncorrectUsage), "not enough arguments");
        }