BasicExample.TestPerson.RegisterPerson C# (CSharp) 메소드

RegisterPerson() 개인적인 메소드

private RegisterPerson ( ) : void
리턴 void
        public void RegisterPerson()
        {
            var response = processor.ProcessAction(new PersonRegisteredEvent(new Xml("<person />"), new EntityIdentifier("p1")));
            Assert.AreEqual(200, response.StatusCode);
        }