C# Class Tests.Fixture

Mostra file Open project: joshilewis/lending Class Usage Examples

Protected Methods

Method Description
CreateProgressNotifier ( ) : IProgressNotifier
Given ( Action action ) : void
Then ( Action action ) : void
When ( Action action ) : void

Private Methods

Method Description
FixtureSetUp ( ) : void
FixtureTearDown ( ) : void
SetUp ( ) : void
TearDown ( ) : void

Method Details

CreateProgressNotifier() protected method

protected CreateProgressNotifier ( ) : IProgressNotifier
return IProgressNotifier

Given() protected method

protected Given ( Action action ) : void
action Action
return void

Then() protected method

protected Then ( Action action ) : void
action Action
return void

When() protected method

protected When ( Action action ) : void
action Action
return void