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

Inheritance: IContextRunner
Afficher le fichier Open project: Huddle/machine.specifications

Méthodes publiques

Méthode Description
Run ( Context context, ISpecificationRunListener listener, RunOptions options, IEnumerable globalCleanups, IEnumerable resultSupplementers ) : IEnumerable

Private Methods

Méthode Description
FailSpecifications ( Context context, ISpecificationRunListener listener, Result result, IEnumerable resultSupplementers ) : IEnumerable
RunSpecifications ( Context context, ISpecificationRunListener listener, RunOptions options, IEnumerable resultSupplementers ) : IEnumerable

Method Details

Run() public méthode

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
Résultat IEnumerable