Const
zx.SeedInvalidDataGenerator
A seed generator that can be interpreted to produce reliably invalid data.
This was originally developed to test for parity between various schema libraries.
Note that certain schemas make generating invalid data impossible (like JsonSchema.Unknown). For this reason, those schemas will not be seeded.
JsonSchema.Unknown
To see the list of excluded schemas, see zx.seedsThatPreventGeneratingInvalidData.
zx.seedsThatPreventGeneratingInvalidData
See also:
zx.SeedValidDataGenerator
// TODO Copy
// TODO
zx.SeedInvalidDataGenerator
A seed generator that can be interpreted to produce reliably invalid data.
This was originally developed to test for parity between various schema libraries.
Note that certain schemas make generating invalid data impossible (like
JsonSchema.Unknown
). For this reason, those schemas will not be seeded.To see the list of excluded schemas, see
zx.seedsThatPreventGeneratingInvalidData
.See also:
zx.SeedValidDataGenerator