6 references to Throws
xunit.assert (6)
ExceptionAsserts.cs (6)
29
(T)
Throws
(typeof(T), RecordException(testCode));
45
(T)
Throws
(typeof(T), RecordException(testCode));
76
(T)
Throws
(typeof(T), await RecordExceptionAsync(testCode));
152
Throws
(exceptionType, RecordException(testCode));
169
Throws
(exceptionType, RecordException(testCode));
203
Throws
(exceptionType, await RecordExceptionAsync(testCode));