C# Class StoryTeller.Engine.BatchRunRequest

Show file Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Lifecycle Lifecycle
SpecPath string
Suite string
Tags string[]

Public Methods

Method Description
Filter ( Suite top ) : IEnumerable

Method Details

Filter() public method

public Filter ( Suite top ) : IEnumerable
top StoryTeller.Model.Persistence.Suite
return IEnumerable

Property Details

Lifecycle public property

public Lifecycle Lifecycle
return Lifecycle

SpecPath public property

public string SpecPath
return string

Suite public property

public string Suite
return string

Tags public property

public string[] Tags
return string[]