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

    Interface WebSegmentConstraints

    Constraints to be applied on webSegment

    Since 2.22.0

    interface WebSegmentConstraints {
        size?: Size | RelativeSize;
    }
    Index

    Properties

    Properties

    size?: Size | RelativeSize

    Define how large the generated values should be (at max)

    Since 2.22.0