Class Constants

Namespace: AutoFixture.NUnit2.Addins
Assembly: AutoFixture.NUnit2.dll

Class to contains all static string constants.

public static class Constants

Inheritance

objectConstants

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Fields

AutoDataAttribute

The name by which the AutoFixture NUnit2 AutoDataAttribute is identified by.

public const string AutoDataAttribute = "AutoFixture.NUnit2.AutoDataAttribute"

Field Value

string

AutoDataExtension

The name by which the AutoFixture NUnit2 extension is identified.

public const string AutoDataExtension = "AutoFixture.NUnit2.AutoDataExtension"

Field Value

string