3 references to RecordException
xunit.assert (3)
ExceptionAsserts.cs (3)
75
Throws(exceptionType,
RecordException
(testCode, nameof(ThrowsAsync)));
113
(T)Throws(typeof(T),
RecordException
(testCode, nameof(ThrowsAsync)));
231
(T)ThrowsAny(typeof(T),
RecordException
(testCode, nameof(ThrowsAnyAsync)));