private void SendAssert(EPServiceProvider epService, SupportUpdateListener listener, SupportBeanBase @event, bool b) { epService.EPRuntime.SendEvent(@event); Assert.AreEqual(b, listener.GetAndClearIsInvoked()); }
private void SendAssert(SupportBeanBase @event, bool b) { _epService.EPRuntime.SendEvent(@event); Assert.AreEqual(b, _listener.GetAndClearIsInvoked()); }