3 references to testCode
Microsoft.DotNet.XUnitAssert.Tests (3)
ExceptionAssertsTests.cs (3)
570 await Assert.ThrowsAsync(typeof(ArgumentException), testCode); 585 await Assert.ThrowsAsync(typeof(Exception), testCode); 598 var ex = await Assert.ThrowsAsync(typeof(ArgumentException), testCode);