6 references to RaisedEvent
Microsoft.DotNet.XUnitAssert.Tests (1)
Asserts\EventAssertsTests.cs (1)
158 void handler(object? s, object args) => raisedEvent = new Assert.RaisedEvent<object>(s, args);
xunit.assert (5)
EventAsserts.cs (5)
300 raisedEvent = new RaisedEvent<EventArgs>(s, args); 342 raisedEvent = new RaisedEvent<T>(s, args); 410 raisedEvent = new RaisedEvent<EventArgs>(s, args); 459 raisedEvent = new RaisedEvent<T>(s, args); 622 this(null, args)