2 references to testCode
Microsoft.DotNet.XUnitAssert.Tests (2)
ExceptionAssertsTests.cs (2)
404
var ex = await Assert.ThrowsAnyAsync<ArgumentException>(
testCode
);
416
await Assert.ThrowsAnyAsync<Exception>(
testCode
);