Catel.Test.ArgumentFacts.TheIsNotMatchMethod.ThrowsArgumentExceptionForNullPattern C# (CSharp) Method

ThrowsArgumentExceptionForNullPattern() private method

private ThrowsArgumentExceptionForNullPattern ( ) : void
return void
            public void ThrowsArgumentExceptionForNullPattern()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotMatch("myParam", string.Empty, null));
            }