Summary
Adds the specified list of fields to the builder.
- Assembly
- Rocket
.Surgery .Extensions .Testing .Fixtures .dll - Namespace
- Rocket
.Surgery .Extensions .Testing .Fixtures - Containing Type
- Test
Fixture Builder Extensions
Syntax
public static TBuilder With<TBuilder, TField>(this TBuilder this, ref List<TField> field, IEnumerable<TField> values)
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 |
The field. |
| values | IEnumerable |
The values. |
Return Value
| Type | Description |
|---|---|
| TBuilder |
