C# Class Machine.Specifications.Runner.RunOptions

Afficher le fichier Open project: machine/machine.specifications Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Parse ( XDocument document, string xpath ) : IEnumerable

Method Details

Parse() public static méthode

public static Parse ( string runOptionsXml ) : RunOptions
runOptionsXml string
Résultat RunOptions

RunOptions() public méthode

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
Résultat System

RunOptions() public méthode

public RunOptions ( IEnumerable includeTags, IEnumerable excludeTags, IEnumerable filters, IEnumerable contexts ) : System
includeTags IEnumerable
excludeTags IEnumerable
filters IEnumerable
contexts IEnumerable
Résultat System