Search Results for

    Show / Hide Table of Contents

    Class NUnitLiteOptions

    NUnitLiteOptions encapsulates the option settings for NUnitLite. Currently, there are no additional options beyond those common options that are shared with nunit3-console. If NUnitLite should acquire some unique options, they should be placed here.

    Inheritance
    object
    Collection<Option>
    KeyedCollection<string, Option>
    OptionSet
    CommandLineOptions
    NUnitLiteOptions
    Implements
    IList<Option>
    ICollection<Option>
    IList
    ICollection
    IReadOnlyList<Option>
    IReadOnlyCollection<Option>
    IEnumerable<Option>
    IEnumerable
    Inherited Members
    CommandLineOptions.Validate()
    CommandLineOptions.CheckOptionCombinations()
    CommandLineOptions.RequiredValue(string, string, params string[])
    CommandLineOptions.RequiredInt(string, string)
    CommandLineOptions.ConfigureOptions(bool)
    CommandLineOptions.InputFileRequired
    CommandLineOptions.Explore
    CommandLineOptions.ShowHelp
    CommandLineOptions.ShowVersion
    CommandLineOptions.InputFile
    CommandLineOptions.TestList
    CommandLineOptions.PreFilters
    CommandLineOptions.TestParameters
    CommandLineOptions.WhereClause
    CommandLineOptions.WhereClauseSpecified
    CommandLineOptions.DefaultTimeout
    CommandLineOptions.DefaultTimeoutSpecified
    CommandLineOptions.RandomSeed
    CommandLineOptions.RandomSeedSpecified
    CommandLineOptions.DefaultTestNamePattern
    CommandLineOptions.NumberOfTestWorkers
    CommandLineOptions.NumberOfTestWorkersSpecified
    CommandLineOptions.StopOnError
    CommandLineOptions.WaitBeforeExit
    CommandLineOptions.NoHeader
    CommandLineOptions.NoColor
    CommandLineOptions.TeamCity
    CommandLineOptions.OutFile
    CommandLineOptions.OutFileSpecified
    CommandLineOptions.ErrFile
    CommandLineOptions.ErrFileSpecified
    CommandLineOptions.DisplayTestLabels
    CommandLineOptions.WorkDirectory
    CommandLineOptions.WorkDirectorySpecified
    CommandLineOptions.InternalTraceLevel
    CommandLineOptions.InternalTraceLevelSpecified
    CommandLineOptions.ResultOutputSpecifications
    CommandLineOptions.ExploreOutputSpecifications
    CommandLineOptions.ErrorMessages
    OptionSet.MessageLocalizer(string)
    OptionSet.GetKeyForItem(Option)
    OptionSet.InsertItem(int, Option)
    OptionSet.RemoveItem(int)
    OptionSet.SetItem(int, Option)
    OptionSet.Add(Option)
    OptionSet.Add(string, Action<string>)
    OptionSet.Add(string, string, Action<string>)
    OptionSet.Add(string, OptionAction<string, string>)
    OptionSet.Add(string, string, OptionAction<string, string>)
    OptionSet.Add<T>(string, Action<T>)
    OptionSet.Add<T>(string, string, Action<T>)
    OptionSet.Add<TKey, TValue>(string, OptionAction<TKey, TValue>)
    OptionSet.Add<TKey, TValue>(string, string, OptionAction<TKey, TValue>)
    OptionSet.CreateOptionContext()
    OptionSet.Parse(IEnumerable<string>)
    OptionSet.GetOptionParts(string, out string, out string, out string, out string)
    OptionSet.Parse(string, OptionContext)
    OptionSet.WriteOptionDescriptions(TextWriter)
    KeyedCollection<string, Option>.Contains(string)
    KeyedCollection<string, Option>.TryGetValue(string, out Option)
    KeyedCollection<string, Option>.Remove(string)
    KeyedCollection<string, Option>.ChangeItemKey(Option, string)
    KeyedCollection<string, Option>.ClearItems()
    KeyedCollection<string, Option>.GetKeyForItem(Option)
    KeyedCollection<string, Option>.InsertItem(int, Option)
    KeyedCollection<string, Option>.RemoveItem(int)
    KeyedCollection<string, Option>.SetItem(int, Option)
    KeyedCollection<string, Option>.Comparer
    KeyedCollection<string, Option>.this[string]
    KeyedCollection<string, Option>.Dictionary
    Collection<Option>.Clear()
    Collection<Option>.CopyTo(Option[], int)
    Collection<Option>.Contains(Option)
    Collection<Option>.GetEnumerator()
    Collection<Option>.IndexOf(Option)
    Collection<Option>.Insert(int, Option)
    Collection<Option>.Remove(Option)
    Collection<Option>.RemoveAt(int)
    Collection<Option>.ClearItems()
    Collection<Option>.Count
    Collection<Option>.Items
    Collection<Option>.this[int]
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NUnitLite
    Assembly: nunitlite.dll
    Syntax
    public class NUnitLiteOptions : CommandLineOptions, IList<Option>, ICollection<Option>, IList, ICollection, IReadOnlyList<Option>, IReadOnlyCollection<Option>, IEnumerable<Option>, IEnumerable

    Constructors

    View Source

    NUnitLiteOptions(bool, params string[])

    Declaration
    public NUnitLiteOptions(bool requireInputFile, params string[] args)
    Parameters
    Type Name Description
    bool requireInputFile
    string[] args
    View Source

    NUnitLiteOptions(params string[])

    Constructor

    Declaration
    public NUnitLiteOptions(params string[] args)
    Parameters
    Type Name Description
    string[] args

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    • 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