BUPKIS
    Preparing search index...

    Interface PropertyTestConfigVariantSyncGenerators

    Variant configuration for sync assertions using generator-based input.

    This is the most common variant type. The harness automatically combines the generators, runs the assertion, and verifies behavior based on the variant name (valid/invalid/negated).

    interface PropertyTestConfigVariantSyncGenerators {
        generators: GeneratorParams;
        numRuns?: undefined;
        runSize?: "small" | "medium" | "large";
    }

    Hierarchy (View Summary)

    Index

    Properties

    generators: GeneratorParams
    numRuns?: undefined

    Number of runs before success: 100 by default

    Since 1.0.0

    runSize?: "small" | "medium" | "large"