C# Class Tests.Fixture

Afficher le fichier Open project: joshilewis/lending Class Usage Examples

Méthodes protégées

Méthode Description
CreateProgressNotifier ( ) : IProgressNotifier
Given ( Action action ) : void
Then ( Action action ) : void
When ( Action action ) : void

Private Methods

Méthode Description
FixtureSetUp ( ) : void
FixtureTearDown ( ) : void
SetUp ( ) : void
TearDown ( ) : void

Method Details

CreateProgressNotifier() protected méthode

protected CreateProgressNotifier ( ) : IProgressNotifier
Résultat IProgressNotifier

Given() protected méthode

protected Given ( Action action ) : void
action Action
Résultat void

Then() protected méthode

protected Then ( Action action ) : void
action Action
Résultat void

When() protected méthode

protected When ( Action action ) : void
action Action
Résultat void