Catel.Test.ArgumentFacts.TheIsNotNullOrEmptyMethod.ThrowsArgumentExceptionForEmptyStringParamValue C# (CSharp) 메소드

ThrowsArgumentExceptionForEmptyStringParamValue() 개인적인 메소드

private ThrowsArgumentExceptionForEmptyStringParamValue ( ) : void
리턴 void
            public void ThrowsArgumentExceptionForEmptyStringParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotNullOrEmpty("param", string.Empty));
            }