C# 클래스 Machine.Specifications.Runner.RunOptions

파일 보기 프로젝트 열기: machine/machine.specifications 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string runOptionsXml ) : RunOptions
RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters, IEnumerable contexts ) : System

비공개 메소드들

메소드 설명
Parse ( XDocument document, string xpath ) : IEnumerable

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string runOptionsXml ) : RunOptions
runOptionsXml string
리턴 RunOptions

RunOptions() 공개 메소드

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
리턴 System

RunOptions() 공개 메소드

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters, IEnumerable contexts ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
contexts IEnumerable
리턴 System