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