Catel.Test.ArgumentFacts.TheIsMatchMethod.ThrowsArgumentExceptionForValueThatMatchWithThePattern C# (CSharp) 메소드

ThrowsArgumentExceptionForValueThatMatchWithThePattern() 개인적인 메소드

            public void ThrowsArgumentExceptionForValueThatMatchWithThePattern()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsMatch("myParam", "\n", ".+"));
            }