Esempio n. 1
0
        public void apply_event()
        {
            var p = new MyProjection();

            dynamic evnt = new MyEvnt();
            p.FakeDispatch(evnt);

            Assert.AreEqual(evnt, p.EventAppened);
        }
Esempio n. 2
0
        public void apply_event()
        {
            var p = new MyProjection();

            dynamic evnt = new MyEvnt();

            p.FakeDispatch(evnt);

            Assert.AreEqual(evnt, p.EventAppened);
        }