CQRS.Tests.CQRS.EventSourcing.InMemoryEventStoreTests.CreateEventStore2 C# (CSharp) Method

CreateEventStore2() protected method

protected CreateEventStore2 ( ) : IEventStore
return IEventStore
        override protected IEventStore CreateEventStore2()
        {
            return new InMemoryEventStore();
        }
    }