TestFixtureBuilderExtensions.

With<TBuilder, TField>(TBuilder, List<TField>, TField) Method

Summary

Adds the specified field to the builder.

Syntax

public static TBuilder With<TBuilder, TField>(this TBuilder this, ref List<TField> field, TField value) 
    where TBuilder : ITestFixtureBuilder

Type Parameters

Name Description
TBuilder The type of the builder.
TField The type of the field.

Parameters

Name Type Description
this TBuilder The this.
field List<TField> The field.
value TField The value.

Return Value

Type Description
TBuilder