Catel.Test.ArgumentFacts.TheIsNotNullOrWhitespaceMethod.ThrowsArgumentExceptionForStringWithOnlySpacesParamValue C# (CSharp) Method

ThrowsArgumentExceptionForStringWithOnlySpacesParamValue() private method

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