Table of Contents

Interface IStrategyProvider<T>

Namespace
Conjecture.Core
Assembly
Conjecture.Core.dll

Provides a Strategy<T> instance for use in property-based tests.

public interface IStrategyProvider<T> : IStrategyProvider

Type Parameters

T

The type of value the strategy generates.

Methods

Create()

Creates and returns a strategy for generating T values.

Strategy<T> Create()

Returns

Strategy<T>