BasicExample.TestPerson.RegisterPersonIncorrectly C# (CSharp) Method

RegisterPersonIncorrectly() private method

private RegisterPersonIncorrectly ( ) : void
return void
        public void RegisterPersonIncorrectly()
        {
            var response = processor.ProcessAction(new PersonRegisteredEvent(new Xml("<animal />"), new EntityIdentifier("p1")));
            Assert.AreEqual(403, response.StatusCode);
        }