Class VolatileNameTestMethodBuilder

Namespace: AutoFixture.NUnit3
Assembly: AutoFixture.NUnit3.dll

public class VolatileNameTestMethodBuilder : ITestMethodBuilder

Inheritance

objectVolatileNameTestMethodBuilder

Implements

ITestMethodBuilder

Inherited Members

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

Constructors

VolatileNameTestMethodBuilder()

public VolatileNameTestMethodBuilder()

Methods

Build(IMethodInfo, Test, IEnumerable<object>, int)

Builds a TestCaseParameters from a method and the argument values.

public TestMethod Build(IMethodInfo method, Test suite, IEnumerable<object> parameterValues, int autoDataStartIndex)

Parameters

method IMethodInfo

The IMethodInfo for which tests are to be constructed.

suite Test

The suite to which the tests will be added.

parameterValues IEnumerable<object>

The argument values generated for the test case.

autoDataStartIndex int

Index at which the automatically generated values start.

Returns

TestMethod