Catel.Test.ArgumentFacts.TheIsNotNullOrEmptyMethod.ThrowsArgumentExceptionForNullGuidParamValue C# (CSharp) Méthode

ThrowsArgumentExceptionForNullGuidParamValue() private méthode

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