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

ThrowsArgumentExceptionForNullValue() private method

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