Search Results for

    Show / Hide Table of Contents

    Class TestNameParser

    TestNameParser is used to parse the arguments to the -run option, separating testnames at the correct point.

    Inheritance
    object
    TestNameParser
    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 static class TestNameParser

    Methods

    View Source

    Parse(string)

    Parse the -run argument and return an array of argument

    Declaration
    public static string[] Parse(string argument)
    Parameters
    Type Name Description
    string argument

    argument

    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