Class VolatileNameTestMethodBuilder
Namespace: AutoFixture.NUnit4
Assembly: AutoFixture.NUnit4.dll
public class VolatileNameTestMethodBuilder : ITestMethodBuilderInheritance
object ← VolatileNameTestMethodBuilder
Implements
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