C# Class Habanero.Testability.Helpers.DBNumberGeneratorStub

Used to stub out the IDBNumber generator for visual testing with an in memory database as well as for Unit and integration testing.
Inheritance: IDBNumberGenerator
Afficher le fichier Open project: Chillisoft/habanero.testability

Méthodes publiques

Méthode Description
GetNextNumberInt ( ) : int
GetUpdateTransaction ( ) : ITransactional

Private Methods

Méthode Description
DBNumberGeneratorStub ( ) : Habanero.Base

Method Details

GetNextNumberInt() public méthode

public GetNextNumberInt ( ) : int
Résultat int

GetUpdateTransaction() public méthode

public GetUpdateTransaction ( ) : ITransactional
Résultat ITransactional