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

ThrowsArgumentExceptionForNullGuidParamValue() 개인적인 메소드

private ThrowsArgumentExceptionForNullGuidParamValue ( ) : void
리턴 void
            public void ThrowsArgumentExceptionForNullGuidParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotNullOrEmpty("param", (Guid?)null));
            }