3 references to ThrowsAny
xunit.assert (3)
ExceptionAsserts.cs (3)
216
(T)
ThrowsAny
(typeof(T), RecordException(testCode));
231
(T)
ThrowsAny
(typeof(T), RecordException(testCode, nameof(ThrowsAnyAsync)));
250
(T)
ThrowsAny
(typeof(T), await RecordExceptionAsync(testCode));