Catel.Test.ArgumentFacts.TheIsNotEmptyMethod.ThrowsArgumentExceptionForEmptyGuidParamValue C# (CSharp) 메소드

ThrowsArgumentExceptionForEmptyGuidParamValue() 개인적인 메소드

private ThrowsArgumentExceptionForEmptyGuidParamValue ( ) : void
리턴 void
            public void ThrowsArgumentExceptionForEmptyGuidParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotEmpty("param", Guid.Empty));
            }