AssertionResult
Result of a single assertion (for UI persistence)
| Property | Type | Description |
|---|
actual | unknown | Actual value (serialized) |
description | string | Human-readable description of what was asserted |
diff? | string | Human-readable diff for UI display |
expected | unknown | Expected value (serialized) |
passed | boolean | Whether the assertion passed |