CQRS.Tests.KeyValueStorage.Sql.DocumentDbSpecification.InMemoryDocumentDbSpecification.before_each C# (CSharp) Method

before_each() public method

public before_each ( ) : void
return void
            override public void before_each()
            {
                base.before_each();
                _store = new InMemoryDocumentDb();
            }
        }
DocumentDbSpecification.InMemoryDocumentDbSpecification