Rulvar API reference / @rulvar/core / FinishSelfTestFailure
Interface: FinishSelfTestFailure
Defined in: packages/core/src/orchestrator/output-contract.ts:825
One self test failure.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
fixture | "reject" | "accept" | - | packages/core/src/orchestrator/output-contract.ts:826 |
reasons | string[] | - | packages/core/src/orchestrator/output-contract.ts:833 |
validator? | string | The failing validator: the rejecting one on the accept side, the named one on a per validator reject golden (cycle 74); absent only on the vacuous single-fixture reject side. | packages/core/src/orchestrator/output-contract.ts:832 |