6 references to ThrowsAnyImpl
xunit.assert (6)
ExceptionAsserts.cs (6)
271 (T)ThrowsAnyImpl(typeof(T), RecordException(testCode));
289 (T)ThrowsAnyImpl(typeof(T), RecordException(testCode), 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));
358 (T)ThrowsAnyImpl(typeof(T), await RecordExceptionAsync(testCode));
376 (T)ThrowsAnyImpl(typeof(T), await RecordExceptionAsync(testCode), ex => inspector((T)ex));