Gathering Statistics: Aggregating
Explore the aggregate function to collect and analyze test data categories in Erlang property-based testing. Understand how to generate and track statistics for custom generators, improving test coverage and identifying areas for enhanced input generation.
Aggregate
The aggregate function is similar to the collect function with one simple exception. The aggregate function can take a list of categories to store. Let’s ...