4 references to testCode
Microsoft.DotNet.XUnitAssert.Tests (4)
ExceptionAssertsTests.cs (4)
699
var ex = await Record.ExceptionAsync(() => Assert.ThrowsAsync<ArgumentException>(
testCode
));
715
await Assert.ThrowsAsync<ArgumentException>(
testCode
);
724
var ex = await Record.ExceptionAsync(() => Assert.ThrowsAsync<ArgumentException>(
testCode
));
742
var ex = await Record.ExceptionAsync(() => Assert.ThrowsAsync<ArgumentException>(
testCode
));