3 references to ThrowsArgumentAsyncInternal
Microsoft.AspNetCore.InternalTesting (3)
ExceptionAssertions.cs (3)
111
return
ThrowsArgumentAsyncInternal
<ArgumentException>(testCode, paramName, exceptionMessage);
166
return
ThrowsArgumentAsyncInternal
<ArgumentException>(testCode, paramName, "Value cannot be null or empty.");
190
return
ThrowsArgumentAsyncInternal
<ArgumentException>(testCode, paramName, "Value cannot be null or an empty string.");