6 references to RecordExceptionAsync
xunit.assert (6)
ExceptionAsserts.cs (6)
358 (T)ThrowsAnyImpl(typeof(T), await RecordExceptionAsync(testCode)); 376 (T)ThrowsAnyImpl(typeof(T), await RecordExceptionAsync(testCode), ex => inspector((T)ex)); 387 ThrowsImpl(exceptionType, await RecordExceptionAsync(testCode)); 405 ThrowsImpl(exceptionType, await RecordExceptionAsync(testCode), inspector); 415 (T)ThrowsImpl(typeof(T), await RecordExceptionAsync(testCode)); 433 (T)ThrowsImpl(typeof(T), await RecordExceptionAsync(testCode), ex => inspector((T)ex));