API Reference | fast-check | Property based testing framework
    Preparing search index...

    Interface ExecutionTree<Ts>

    Summary of the execution process

    Since 1.9.0

    interface ExecutionTree<Ts> {
        children: ExecutionTree<Ts>[];
        status: ExecutionStatus;
        value: Ts;
    }

    Type Parameters

    • Ts
    Index

    Properties

    Properties

    children: ExecutionTree<Ts>[]

    Values derived from this value

    Since 1.9.0

    Status of the property

    Since 1.9.0

    value: Ts

    Generated value

    Since 1.9.0