Raven.Tests.Util.RavenDBDriver.RavenDBDriver C# (CSharp) Method

RavenDBDriver() public method

public RavenDBDriver ( string shardName, DocumentConvention conventions ) : System
shardName string
conventions Raven.Client.Document.DocumentConvention
return System
		public RavenDBDriver(string shardName, DocumentConvention conventions)
		{
			_shardName = shardName;
			_conventions = conventions;
			_dataDir = GetPath(shardName);
		}