6 references to RecordException
xunit.assert (6)
ExceptionAsserts.cs (6)
31
ThrowsImpl(exceptionType,
RecordException
(testCode));
49
ThrowsImpl(exceptionType,
RecordException
(testCode), inspector);
120
(T)ThrowsImpl(typeof(T),
RecordException
(testCode));
138
(T)ThrowsImpl(typeof(T),
RecordException
(testCode), ex => inspector((T)ex));
271
(T)ThrowsAnyImpl(typeof(T),
RecordException
(testCode));
289
(T)ThrowsAnyImpl(typeof(T),
RecordException
(testCode), ex => inspector((T)ex));