8 references to RaiseWithArgs
Microsoft.DotNet.XUnitAssert.Tests (8)
EventAssertsTests.cs (8)
31
() => x.
RaiseWithArgs
(new DerivedObject())
50
() => x.
RaiseWithArgs
(genericObject)
82
() => x.
RaiseWithArgs
(genericObject)
100
() => x.
RaiseWithArgs
(args)
136
() => Task.Run(() => x.
RaiseWithArgs
(genericObject))
153
() => Task.Run(() => x.
RaiseWithArgs
(args))
189
() => Task.Run(() => x.
RaiseWithArgs
(new DerivedObject()))
208
() => Task.Run(() => x.
RaiseWithArgs
(genericObject))