C# Class Raven.Tests.Bugs.MultiTenancy.Basic

Inheritance: RemoteClientTest, IDisposable
Show file Open project: nhsevidence/ravendb

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
GetNewServer ( int port ) : RavenDbServer

Private Methods

Method Description
CanCreateDatabaseUsingExtensionMethod ( ) : void
CanQueryDefaultDatabaseQuickly ( ) : void
CanQueryTenantDatabase ( ) : void
CanUseMultipleDatabases ( ) : void
OpenSessionUsesSpecifiedDefaultDatabase ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetNewServer() protected method

protected GetNewServer ( int port ) : RavenDbServer
port int
return Raven.Server.RavenDbServer