1 reference to testCode
Microsoft.DotNet.XUnitAssert.Tests (1)
ExceptionAssertsTests.cs (1)
326
var ex = Record.Exception(() => Assert.ThrowsAny<Exception>(
testCode
));