4 references to ThrowsArgumentInternal
Microsoft.AspNetCore.InternalTesting (4)
ExceptionAssertions.cs (4)
84return ThrowsArgumentInternal<ArgumentException>(testCode, paramName, exceptionMessage); 154return ThrowsArgumentInternal<ArgumentException>(testCode, paramName, "Value cannot be null or empty."); 178return ThrowsArgumentInternal<ArgumentException>(testCode, paramName, "Value cannot be null or an empty string."); 203var ex = ThrowsArgumentInternal<ArgumentOutOfRangeException>(testCode, paramName, exceptionMessage);