Interface: ExpectationCondition

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / ExpectationCondition

Interface: ExpectationCondition

Defined in: src/expectations/types.ts:11

A condition under which a behavior should or should not occur.

Properties

description

description: string

Defined in: src/expectations/types.ts:13

Human-readable condition description


type

type: "onlyWhen" | "never" | "always"

Defined in: src/expectations/types.ts:15

Type of expectation

Contents

  1. 1Properties
  2. 1.1description
  3. 1.2type