Catel.Test.ArgumentFacts.TheIsNotEmptyMethod.ThrowsArgumentExceptionForEmptyGuidParamValue C# (CSharp) Method

ThrowsArgumentExceptionForEmptyGuidParamValue() private method

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