2 references to RaisedEvent
xunit.assert (2)
EventAsserts.cs (2)
384
Action<T> handler = (T args) => raisedEvent = new
RaisedEvent
<T>(args);
494
Action<T> handler = (T args) => raisedEvent = new
RaisedEvent
<T>(args);