Search Results for

    Show / Hide Table of Contents

    Class TestSelectionParser

    Inheritance
    object
    TestSelectionParser
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnit.Common
    Assembly: nunitlite.dll
    Syntax
    public class TestSelectionParser

    Constructors

    View Source

    TestSelectionParser()

    Declaration
    public TestSelectionParser()

    Methods

    View Source

    Parse(string)

    Declaration
    public string Parse(string input)
    Parameters
    Type Name Description
    string input
    Returns
    Type Description
    string
    View Source

    ParseFilterElement()

    Parse a single filter element such as a category expression and return the xml representation of the filter.

    Declaration
    public string ParseFilterElement()
    Returns
    Type Description
    string
    View Source

    ParseFilterExpression()

    Parse a single term or an or expression, returning the XML

    Declaration
    public string ParseFilterExpression()
    Returns
    Type Description
    string
    View Source

    ParseFilterTerm()

    Parse a single element or an and expression and return the xml

    Declaration
    public string ParseFilterTerm()
    Returns
    Type Description
    string
    • View Source
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0