C# Class StoryTeller.Engine.BatchRunRequest

显示文件 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_oe property

public Lifecycle Lifecycle
return Lifecycle

SpecPath public_oe property

public string SpecPath
return string

Suite public_oe property

public string Suite
return string

Tags public_oe property

public string[] Tags
return string[]