C# Класс SharpSpecs.Framework.WhenHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
And ( this whenStep, System.Action step ) : WhenStep

Adds another when condition to the scenario

When ( this givenStep, System.Action step ) : WhenStep

Adds a when condition to the scenario

Описание методов

And() публичный статический Метод

Adds another when condition to the scenario
public static And ( this whenStep, System.Action step ) : WhenStep
whenStep this The when step.
step System.Action The step.
Результат WhenStep

When() публичный статический Метод

Adds a when condition to the scenario
public static When ( this givenStep, System.Action step ) : WhenStep
givenStep this The given condition.
step System.Action The step.
Результат WhenStep