4 references to testCode
Microsoft.DotNet.XUnitAssert.Tests (4)
ExceptionAssertsTests.cs (4)
640
var ex = await Record.ExceptionAsync(() => Assert.ThrowsAnyAsync<ArgumentException>(
testCode
));
656
await Assert.ThrowsAnyAsync<ArgumentException>(
testCode
);
665
var ex = await Record.ExceptionAsync(() => Assert.ThrowsAnyAsync<ArgumentException>(
testCode
));
682
await Assert.ThrowsAnyAsync<ArgumentException>(
testCode
);