Skip to content

ItemBuilderHelperMethods.With<TFixtureItem,TPathProvider> method

Provides the With methods for ItemBuilder.

csharp
public static ItemBuilderBase<TFixtureItem> With<TFixtureItem, TPathProvider>(
    ItemBuilderBase<TFixtureItem> builder, Func<TPathProvider, MemberConfig<TFixtureItem>> func)
    where TPathProvider : new()
public static ItemBuilderBase<TFixtureItem> With<TFixtureItem, TPathProvider>(
    ItemBuilderBase<TFixtureItem> builder, Func<TPathProvider, MemberConfig<TFixtureItem>> func)
    where TPathProvider : new()
parameterdescription
TFixtureItemThe type of the fixture item.
TPathProviderThe type of the path provider.
builder
func

Return Value

The provides builder.

See Also