Show / Hide Table of Contents

Class TraitParser

Inheritance
Object
TraitParser
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Xunit.Runner.MSBuild
Assembly: xunit.runner.msbuild.net452.dll
Syntax
public class TraitParser

Constructors

| Improve this Doc View Source

TraitParser(Action<String>)

Declaration
public TraitParser(Action<string> warningHandler = null)
Parameters
Type Name Description
Action<String> warningHandler

Methods

| Improve this Doc View Source

OnWarning(String)

Declaration
protected virtual void OnWarning(string message)
Parameters
Type Name Description
String message
| Improve this Doc View Source

Parse(String, Dictionary<String, List<String>>)

Declaration
public void Parse(string traits, Dictionary<string, List<string>> traitsDictionary)
Parameters
Type Name Description
String traits
Dictionary<String, List<String>> traitsDictionary
  • Improve this Doc
  • View Source
Back to top Generated by DocFX