3 references to testCode
Microsoft.DotNet.XUnitAssert.Tests (3)
ExceptionAssertsTests.cs (3)
174
await Assert.ThrowsAsync<Exception>(
testCode
);
189
await Assert.ThrowsAsync<Exception>(
testCode
);
202
var ex = await Assert.ThrowsAsync<ArgumentException>(
testCode
);