@eagleoutice/flowr - v2.10.9
    Preparing search index...

    Options for assertDiced. At least one field should be set.

    interface DiceTestExpect {
        code?: string;
        contains?: string[];
        excludes?: string[];
        hasNodes?: SlicingCriteria;
        lacksNodes?: SlicingCriteria;
        maxSize?: number;
        minSize?: number;
    }
    Index

    Properties

    code?: string

    Exact reconstructed code expected (trimmed)

    contains?: string[]

    Strings that must appear in the reconstructed output

    excludes?: string[]

    Strings that must NOT appear in the reconstructed output

    hasNodes?: SlicingCriteria

    Slicing criteria whose resolved ids must be present in the result

    lacksNodes?: SlicingCriteria

    Slicing criteria whose resolved ids must be absent from the result

    maxSize?: number

    Upper bound on the number of nodes (0 = empty result)

    minSize?: number

    Lower bound on the number of nodes in the dice result