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

AfterTest() public method

public AfterTest ( ITest test ) : void
test ITest
return void
        public void AfterTest(ITest test)
        {
            EmbeddedEventStore.Stop();
        }
EventStoreIntegrationAttribute