6 references to RecordException
xunit.assert (6)
ExceptionAsserts.cs (6)
65 ThrowsImpl(exceptionType, RecordException(testCode, nameof(ThrowsAsync))); 85 ThrowsImpl(exceptionType, RecordException(testCode, nameof(ThrowsAsync)), inspector); 153 (T)ThrowsImpl(typeof(T), RecordException(testCode, nameof(ThrowsAsync))); 173 (T)ThrowsImpl(typeof(T), RecordException(testCode, nameof(ThrowsAsync)), ex => inspector((T)ex)); 304 (T)ThrowsAnyImpl(typeof(T), RecordException(testCode, nameof(ThrowsAnyAsync))); 324 (T)ThrowsAnyImpl(typeof(T), RecordException(testCode, nameof(ThrowsAnyAsync)), ex => inspector((T)ex));