Property Structure
Understand the property structure to make writing properties easier.
We'll cover the following...
General property structure
A property has three parts for both Erlang and Elixir:
- Type generator
- Instance of type
- Property expression
Property Structure
The functions generate the data for the test case we enter in the TypeGenerator
position, called the generators ...