Catel.Test.ArgumentFacts.TheIsNotEmptyMethod.ThrowsArgumentExceptionForEmptyGuidParamValue C# (CSharp) Méthode

ThrowsArgumentExceptionForEmptyGuidParamValue() private méthode

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