2 references to testCode
Microsoft.DotNet.XUnitAssert.Tests (2)
ExceptionAssertsTests.cs (2)
303
var ex = Assert.ThrowsAny<ArgumentException>(
testCode
);
313
var ex = Assert.ThrowsAny<Exception>(
testCode
);