TestFixtureBuilderExtensions.

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

Summary

Adds the specified field to the builder.

Syntax

public static TBuilder With<TBuilder, TField>(this TBuilder this, ref 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 TField The field.
value TField The value.

Return Value

Type Description
TBuilder