Ejemplo n.º 1
0
        public void the_result_is_fifteen()
        {
            var addedEvent = (NumberAddedEvent)PendingChanges.Single();

            Assert.That(addedEvent.Id, Is.EqualTo(this.id));
            Assert.That(addedEvent.NewValue, Is.EqualTo(15));
        }