3 references to RaisesAsyncInternal
xunit.assert (3)
EventAsserts.cs (3)
198
await
RaisesAsyncInternal
(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(T));
253
var raisedEvent = await
RaisesAsyncInternal
(attach, detach, testCode) ?? throw RaisesException.ForNoEvent(typeof(T));
586
if (await
RaisesAsyncInternal
(attach, detach, testCode) != null)