예제 #1
0
        public void RegisterPerson()
        {
            var response = processor.ProcessAction(new PersonRegisteredEvent(new Xml("<person />"), new EntityIdentifier("p1")));

            Assert.AreEqual(200, response.StatusCode);
        }