Show / Hide Table of Contents

Class NUnitConfigurationBuilderExtensions

extensions for NUnit.

Inheritance
System.Object
NUnitConfigurationBuilderExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Configuration
Assembly: Relativity.Testing.Framework.dll
Syntax
public static class NUnitConfigurationBuilderExtensions

Methods

| Improve this Doc View Source

AddNUnitParameters(IConfigurationBuilder)

Adds the NUnit parameters to configurationBuilder.

Declaration
public static IConfigurationBuilder AddNUnitParameters(this IConfigurationBuilder configurationBuilder)
Parameters
Type Name Description
IConfigurationBuilder configurationBuilder

The to add to.

Returns
Type Description
IConfigurationBuilder

The .

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX