C# Class Machine.Specifications.Runner.Impl.SetupForEachContextRunner

Inheritance: IContextRunner
ファイルを表示 Open project: Huddle/machine.specifications

Public Methods

Method Description
Run ( Context context, ISpecificationRunListener listener, RunOptions options, IEnumerable globalCleanups, IEnumerable resultSupplementers ) : IEnumerable

Private Methods

Method Description
FailSpecification ( ISpecificationRunListener listener, Specification specification, Result result ) : List

Method Details

Run() public method

public Run ( Context context, ISpecificationRunListener listener, RunOptions options, IEnumerable globalCleanups, IEnumerable resultSupplementers ) : IEnumerable
context Machine.Specifications.Model.Context
listener ISpecificationRunListener
options RunOptions
globalCleanups IEnumerable
resultSupplementers IEnumerable
return IEnumerable