Summary
for the
TestFixtureBuilderExtensions
extension methods.
graph BT
Type["ITestFixtureBuilder"]
class Type type-node
Syntax
public interface ITestFixtureBuilder
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified list of fields to the builder.
|
With |
TBuilder |
Adds the specified field to the builder.
|
With |
TBuilder |
Adds the specified field to the builder.
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
With |
TBuilder |
Adds the specified key value pair to the provided dictionary.
|
With |
TBuilder |
Adds the specified key and value to the provided dictionary.
|