Exemplo n.º 1
0
        public void SetUp()
        {
            var es = new EventSystem();

            _report = new TestReport();
            es.AddReport(_report);

            _sink = new EventSink <EventSystemTests>(es);
        }