Esempio n. 1
0
        public void AppliedEventsIsEmpty()
        {
            IEnumerable <IDomainEvent> appliedEvents = sut.GetAppliedEvents();

            Assert.IsFalse(appliedEvents.Any());
        }