AggregateSource.EventStore.Framework.EventStoreIntegrationAttribute.BeforeTest C# (CSharp) Method

BeforeTest() public method

public BeforeTest ( ITest test ) : void
test ITest
return void
        public void BeforeTest(ITest test)
        {
            EmbeddedEventStore.Start();
        }
EventStoreIntegrationAttribute