Catel.Test.ArgumentFacts.TheIsNotNullOrEmptyMethod.ThrowsArgumentExceptionForEmptyStringParamValue C# (CSharp) Method

ThrowsArgumentExceptionForEmptyStringParamValue() private method

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