C# Class Catalogue.Tests.AsyncDatabaseTestFixture

Show file Open project: jncc/topcat

Protected Properties

Property Type Description
Db IAsyncDocumentSession

Private Methods

Method Description
AsyncDatabaseTestFixture ( ) : System
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

Property Details

Db protected property

An Async document session open for the lifetime of the test fixture.
protected IAsyncDocumentSession Db
return IAsyncDocumentSession