Skip to content

Generators

Idrees Khan edited this page Feb 21, 2018 · 6 revisions

Ratatool provides support for generating data using ScalaCheck's Gen[T] based on provided schema. Currently Avro, Protobuf, and BigQuery TableRow are supported. Generators are typically used to create input data to property based tests but can be used to generate data for arbitrary purposes.

Recommended reading:

Clone this wiki locally