CQRSlite.Tests.Cache.When_getting_earlier_than_expected_events_from_event_store.When_getting_earlier_than_expected_events_from_event_store C# (CSharp) Method

When_getting_earlier_than_expected_events_from_event_store() public method

        public When_getting_earlier_than_expected_events_from_event_store()
        {
            _memoryCache = new MemoryCache();
            _rep = new CacheRepository(new TestRepository(), new TestEventStoreWithBugs(), _memoryCache);
            _aggregate = _rep.Get<TestAggregate>(Guid.NewGuid());
        }