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
TThe value type this formatter handles.
Methods
Format(T)
Returns a human-readable string representation of value.
string Format(T value)
Parameters
valueT