C# Class Machine.Specifications.Runner.RunOptions

Show file Open project: machine/machine.specifications Class Usage Examples

Public Methods

Method Description
Parse ( string runOptionsXml ) : RunOptions
RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters, IEnumerable contexts ) : System

Private Methods

Method Description
Parse ( XDocument document, string xpath ) : IEnumerable

Method Details

Parse() public static method

public static Parse ( string runOptionsXml ) : RunOptions
runOptionsXml string
return RunOptions

RunOptions() public method

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
return System

RunOptions() public method

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