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

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