Catel.Test.ArgumentFacts.TheIsNotNullOrWhitespaceMethod.ThrowsArgumentExceptionForStringWithOnlySpacesParamValue C# (CSharp) Метод

ThrowsArgumentExceptionForStringWithOnlySpacesParamValue() приватный Метод

private ThrowsArgumentExceptionForStringWithOnlySpacesParamValue ( ) : void
Результат void
            public void ThrowsArgumentExceptionForStringWithOnlySpacesParamValue()
            {
                ExceptionTester.CallMethodAndExpectException<ArgumentException>(() => Argument.IsNotNullOrWhitespace("param", "  "));
            }