Table of Contents

Interface IStrategyFormatter<T>

Namespace
Conjecture.Core
Assembly
Conjecture.Core.dll

Formats a counterexample value of type T for display in failure messages.

public interface IStrategyFormatter<T>

Type Parameters

T

The value type this formatter handles.

Methods

Format(T)

Returns a human-readable string representation of value.

string Format(T value)

Parameters

value T

Returns

string