C# 클래스 StoryTeller.Engine.BatchRunRequest

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Lifecycle Lifecycle
SpecPath string
Suite string
Tags string[]

공개 메소드들

메소드 설명
Filter ( Suite top ) : IEnumerable

메소드 상세

Filter() 공개 메소드

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

프로퍼티 상세

Lifecycle 공개적으로 프로퍼티

public Lifecycle Lifecycle
리턴 Lifecycle

SpecPath 공개적으로 프로퍼티

public string SpecPath
리턴 string

Suite 공개적으로 프로퍼티

public string Suite
리턴 string

Tags 공개적으로 프로퍼티

public string[] Tags
리턴 string[]