Summary
Adds the specified field 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 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 |
