6 references to ForNoEvent
xunit.assert (6)
EventAsserts.cs (6)
124 RaisesInternal(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(EventArgs)); 139 RaisesInternal(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(T)); 154 RaisesInternal(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(T)); 168 await RaisesAsyncInternal(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(EventArgs)); 183 await RaisesAsyncInternal(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(T)); 198 await RaisesAsyncInternal(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(T));