BasicExample.TestPerson.RegisterPersonIncorrectly C# (CSharp) Метод

RegisterPersonIncorrectly() приватный Метод

private RegisterPersonIncorrectly ( ) : void
Результат void
        public void RegisterPersonIncorrectly()
        {
            var response = processor.ProcessAction(new PersonRegisteredEvent(new Xml("<animal />"), new EntityIdentifier("p1")));
            Assert.AreEqual(403, response.StatusCode);
        }