C# Class Elephanet.Tests.TestStore

Inheritance: DocumentStore
Mostrar archivo Open project: YoloDev/elephanet Class Usage Examples

Public Methods

Method Description
CreateStoreWithEntityNotFoundBehaviorReturnNull ( ) : TestStore

Factory method for creating a configured TestStore

TestStore ( ) : Elephanet.Conventions
TestStore ( IStoreConventions storeConventions ) : Elephanet.Conventions

Method Details

CreateStoreWithEntityNotFoundBehaviorReturnNull() public static method

Factory method for creating a configured TestStore

TestStore() public method

public TestStore ( ) : Elephanet.Conventions
return Elephanet.Conventions

TestStore() public method

public TestStore ( IStoreConventions storeConventions ) : Elephanet.Conventions
storeConventions IStoreConventions
return Elephanet.Conventions