Fancy Custom Generators
Explore how to build advanced custom generators by applying recursion and symbolic calls to handle complex data structures in property-based testing. This lesson helps you expand beyond basic generators, enabling more precise and understandable property tests with PropEr in Erlang.
We'll cover the following...
We'll cover the following...
Now that we’ve looked at the techniques of basic custom generators, it’s time we make things slightly more complicated and start learning how to work with fancy custom generators. ...