Packages@robojs/mock
ValidationMismatch
Interface: ValidationMismatch
Details of a single validation mismatch
Properties
| Property | Type | Description |
|---|---|---|
actual | null | RecordedAction | The actual action received (null if missing) |
expected | RecordedAction | The expected action from the recording |
index | number | Index of the action in the recording |
reason | string | Human-readable reason for the mismatch |
