Class StateMachineFormatter<TState>
- Namespace
- Conjecture.Core
- Assembly
- Conjecture.Core.dll
Formats a StateMachineRun<TState> counterexample as a human-readable step-sequence showing the exact commands that led to an invariant violation.
public sealed class StateMachineFormatter<TState> : IStrategyFormatter<StateMachineRun<TState>>
Type Parameters
TStateThe type representing the system's state.
- Inheritance
-
StateMachineFormatter<TState>
- Implements
-
IStrategyFormatter<StateMachineRun<TState>>
- Inherited Members
Methods
Format(StateMachineRun<TState>)
Returns a human-readable string representation of value.
public string Format(StateMachineRun<TState> value)
Parameters
valueStateMachineRun<TState>