Catel.Test.ArgumentFacts.TheIsNotNullOrWhitespaceMethod.ThrowsArgumentExceptionForStringWithOnlySpacesParamValue C# (CSharp) 메소드

ThrowsArgumentExceptionForStringWithOnlySpacesParamValue() 개인적인 메소드

            public void ThrowsArgumentExceptionForStringWithOnlySpacesParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotNullOrWhitespace("param", "  "));
            }