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