C# Class Raven.Bundles.Tests.Authentication.AuthenticationTest

Inheritance: IDisposable
ファイルを表示 Open project: nhsevidence/ravendb

Protected Properties

Property Type Description
embeddedStore Raven.Client.Embedded.EmbeddableDocumentStore
store Raven.Client.Document.DocumentStore

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
AuthenticationTest ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Property Details

embeddedStore protected_oe property

protected EmbeddableDocumentStore,Raven.Client.Embedded embeddedStore
return Raven.Client.Embedded.EmbeddableDocumentStore

store protected_oe property

protected DocumentStore,Raven.Client.Document store
return Raven.Client.Document.DocumentStore