Table of Contents

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

TState

The type representing the system's state.

Inheritance
StateMachineFormatter<TState>
Implements
Inherited Members

Methods

Format(StateMachineRun<TState>)

Returns a human-readable string representation of value.

public string Format(StateMachineRun<TState> value)

Parameters

value StateMachineRun<TState>

Returns

string