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