3 references to RaisesInternal
xunit.assert (3)
EventAsserts.cs (3)
54
var raisedEvent =
RaisesInternal
(attach, detach, testCode) ?? throw RaisesException.ForNoEvent(typeof(T));
139
RaisesInternal
(attach, detach, testCode) ?? throw RaisesAnyException.ForNoEvent(typeof(T));
504
if (
RaisesInternal
(attach, detach, testCode) != null)