C# Class SharpSpecs.Framework.Feature

Afficher le fichier Open project: charlieridley/SharpSpecs Class Usage Examples

Méthodes protégées

Méthode Description
Given ( System.Action step ) : GivenStep

Starts a new scenario

When ( System.Action step ) : WhenStep

Whens the specified step.

Private Methods

Méthode Description
LoadScenarios ( ) : IEnumerable

Loads the scenarios.

Method Details

Given() protected méthode

Starts a new scenario
protected Given ( System.Action step ) : GivenStep
step System.Action The step.
Résultat GivenStep

When() protected méthode

Whens the specified step.
protected When ( System.Action step ) : WhenStep
step System.Action The step.
Résultat WhenStep