C# Class Castle.ActiveRecord.Testing.InMemoryTesting

Base class for in memory unit tests. This class does not contain any attributes specific to a testing framework.
Inheritance: AbstractTesting
Afficher le fichier Open project: shosca/ActiveRecord

Méthodes publiques

Méthode Description
GetConfigSource ( ) : IActiveRecordConfiguration
TearDown ( ) : void

Method Details

GetConfigSource() public méthode

public GetConfigSource ( ) : IActiveRecordConfiguration
Résultat IActiveRecordConfiguration

TearDown() public méthode

public TearDown ( ) : void
Résultat void