Esempio n. 1
0
        public void TheNotificationRequestIsConvertedToAnEvent()
        {
            var hub = new DefaultNotificationHub(new AgentConfiguration(), _filters);

            _event = hub.ConvertRequestToEvent(_request);
        }
Esempio n. 2
0
 public void TheNotificationRequestIsConvertedToAnEvent()
 {
     var hub = new DefaultNotificationHub(new AgentConfiguration(), _filters);
     _event = hub.ConvertRequestToEvent(_request);
 }